Replies: 2 comments 1 reply
-
I am currently experimenting over here https://github.com/neuroforgede/pg_auto_failover_swarm Right now this is only based on docker-compose and the Dockerfiles are not perfect, but this looks promising. |
Beta Was this translation helpful? Give feedback.
-
We just moved away from relying on package manager versions of pg_auto_failover. This should help keeping things in sync with this main repo better :) https://github.com/neuroforgede/pg_auto_failover_swarm Even if you don't need the swarm part, I feel this image can be a good starting point for anyone that wants to build a pgaf solution around containers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking into building a HA postgres solution based on this https://gist.github.com/nicosingh/9583fe487bddf853c38a5b8c9db2cf7a and Docker Swarm (for its simplicity).
In order to do this, I obviously need a Docker image. I have not found any existing ones that include pg_auto_failover, so I wondered if there was work already done on building a production ready pg_auto_failover Docker image.
Does someone know of any existing work being done in this direction?
Beta Was this translation helpful? Give feedback.
All reactions