Hey everyone, I'm a DevOps intern and I've been tasked with creating a high availability setup for PostgreSQL. I've got replication and HAProxy working smoothly, but I'm running into issues with configuring Patroni. Can anyone lend a hand with this? Thanks a lot!
1 Answer
What specific issues are you having with Patroni? It sounds like you're on the right track, but if the primary node goes down, it should automatically promote a replica to primary. Are you seeing any error messages or misconfigurations? Let us know!
Yeah, I think it could be a configuration issue. Make sure your Patroni settings are correctly pointing to your Docker container settings. Maybe share your config file or logs?