-
Notifications
You must be signed in to change notification settings - Fork 8
[Blog post] High Availability PostgreSQL: From Zero to Cluster #39
Copy link
Copy link
Open
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Description
Write a blog post: HA PostgreSQL Cluster in Minutes
The idea
PostgreSQL is the workhorse of the web, but HA is hard. We need a guide showing how to deploy a multi-node Postgres cluster using OpenEverest. Prove that failover or redundancy is ready out-of-the-box.
Structure ideas:
- Deploy: Spin up a PostgreSQL cluster with multiple nodes.
- Configure: Highlight any specific settings you tweaked (versions, resources).
- Verify HA: Connect to the database.
- (Optional) Chaos: Kill the primary pod and see if the secondary takes over (User Journey Report).
Note: This is about reliability. Show us that the cluster is healthy.
How to submit
Please check our specific instructions on how to add a blog post to the repo here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Ready for Pick-up