I am looking for a network diagram for a fully HA, redundant Bit Bucket Data Centre using Postgres and Haproxy.
The Atlassian documentation for HA configuration:
is not fully HA since the load balancer is a single point of failure.
Any help greatly appreciated.
Hi Roger
thanks for the info. I have since added redundancy on the load balancer using keepalived. I have added a hot standby for Postgres - failover is manual however. There is no ready made solution for automatic failover with Postgres. I looked at a solution which used 'Governor' a Python script which performs pacemaker like functionality. It also etcd and haproxy. It looked fairly complex so I elected not to use it:
https://www.compose.com/articles/high-availability-for-postgresql-batteries-not-included/