Report this

What is the reason for this report?

dbaas geographic redundancy?

Posted on March 25, 2020

If I am looking for geographic redundancy for a MySQL database (dbaas), would I configure a read only database in a different region? Is it possible to convert that read only database to a master database if the primary region went down?

How are others handling DR with dbaas?

Thanks!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

  1. Yes, you can configure a read only database in a different region. Read only node provide geographically distinct horizontal read scaling.
  2. No, it is not possible to convert read only database to a master database if the primary region went down. But, All database clusters have automated failover, meaning they automatically detect and replace degraded or failing nodes.
  3. Managed database clusters include daily backups with point-in-time recovery (PITR), standby nodes for high availability. Database clusters must have at least one standby node to be highly available because standby nodes provide redundancy for the primary node.

Hope that this helps. Regards, Priyanka

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.