Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Fully HA Bit Bucket Data Centre

John Lawlor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2017

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:

https://confluence.atlassian.com/bitbucketserver/clustering-with-bitbucket-data-center-776640164.html

is not fully HA since the load balancer is a single point of failure.

Any help greatly appreciated.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Roger Barnes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 20, 2017

Hi John,

I don't think we have such a diagram to hand, but the general principle of clustering the load balancer for redundancy could be overlaid.
In short, instead of a single load balancer in front of the application nodes you could have multiple nodes, all doing the same job, with technologies such as keepalived to provide high availability.

Here is some information about doing this with haproxy...
https://serverfault.com/questions/238605/is-it-possible-to-make-redundancy-on-haproxy-server
https://andyleonard.com/2011/02/01/haproxy-and-keepalived-example-configuration/

John Lawlor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 21, 2017

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/

 

TAGS
AUG Leaders

Atlassian Community Events