Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×The active bitbucket datacenter instances are running in clustered mode(4 nodes) in a datacenter #1
I want to set up datacenter #2 as a DR solution. Can I keep the nodes on #2 running while I keep the shared file systems synced at all times along with data in the shared database also synced at all times?
I'm trying to eliminate as many manual steps as possible for a failover. Also users geographically closer to datacenter#2 can use #2.
My load balancer allows me to enabled #1 and #2 at the same time.
Hi Divya! It is not possible to keep the second instance running while the file systems are getting synced. The standby is always cold, which means they cannot be running while the replication is happening.
A typical deployment of Bitbucket with a standby for Disaster Recovery is depicted in the following diagram (see page). The standby Bitbucket instances are "cold" (i.e., not running) and the shared file server, database and (optionally) Elasticsearch instances are "warm" (i.e., running) so that replication can occur.
You can read Disaster recovery guide for Bitbucket Data Center for more info.
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.