You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two containers primary and replica running crunchydata/crunchy-postgres:centos7-11.8-4.4.0 in a Docker swarm.
docker stack deploy is used to deploy from a compose file.
Now I would like to add pgPool to the compose file to handle replication and load balancing, i would like to have a cluster of three pgPool containers to avoid single point of failure.
Unfortunately, I have not been able to find a good example or description of how to do this in the best way.
Could anyone show me how to do this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have two containers primary and replica running crunchydata/crunchy-postgres:centos7-11.8-4.4.0 in a Docker swarm.
docker stack deploy is used to deploy from a compose file.
Now I would like to add pgPool to the compose file to handle replication and load balancing, i would like to have a cluster of three pgPool containers to avoid single point of failure.
Unfortunately, I have not been able to find a good example or description of how to do this in the best way.
Could anyone show me how to do this?
Thanks in advance
The text was updated successfully, but these errors were encountered: