posts/postgresql-high-availability/ #334
Replies: 2 comments 1 reply
-
Great walk through. Typo on the VIP "ping 192.168.60.100" instead of "192.168.60.110". Also i am working to figure out how to have the network being handled by Tailscale. Stuck at the VIP part but gaining some progress. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the Verifying Our Postgres Cluster section, the ports are wrong, you have :8080 but should be 8008 :) But thanks for this guide.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
posts/postgresql-high-availability/
Today is the day that you start running PostgresSQL in a cluster! In this tutorial we’ll be setting up a production ready Postgres cluster that’s highly available and fault tolerant using PostgreSQL, etcd, Patroni, HA Proxy, and keepalived. This resilient combination will ensure that you can always reach your database even when a node in the cluster goes down!
https://technotim.live/posts/postgresql-high-availability/
Beta Was this translation helpful? Give feedback.
All reactions