Sync 3 Managed Databases

We have 3 managed DBS on linode, US,EU and ASIA. The information on the DB has to sync between all servers but I'm not sure how to accomplish this automagically. This is for the Panel db for pterodactyl.

1 Reply

The TL;DR here is that you won't be able to configure your managed databases to sync data across multiple data centers.

Here's why: in order to configure your Database Clusters to have this kind multi-data center replication, you need to have access to the underlying infrastructure of your database. This is to signify which will be the primary cluster and which will be the secondaries, along with several other configurations that need to be made at the root level.

As a "Managed" service, access to the infrastructure is restricted for the sake of simplicity and reliability. Therefore, you don't have access to the configuration files needed to make this happen.

However, if you want to migrate away from a managed service and self-manage your DBs, this post titled Cross Data Center MySQL Replication Behind NodeBalancer might be helpful. It explains how to set up a mutli-data center topology using NodeBalancers, public IP addresses, and MySQL grants.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct