If a whole zone failure takes out a mysql single server, will you still have access to backups?

alex 106 Reputation points
2021-02-19T21:10:37.863+00:00

I am assuming that a single server can't auto recover from a whole zone failure, since that's a feature of flexible? Is that correct?

But after such a failure, will backups be available? Are backups zone redundant?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
824 questions
0 comments No comments
{count} votes

Accepted answer
  1. alex 106 Reputation points
    2021-02-23T18:05:12.673+00:00

    Found the storage redundancy docs:
    https://video2.skills-academy.com/en-us/azure/storage/common/storage-redundancy

    So the answer is, locally redundant backups are within a given zone so won't be available if the zone goes down.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,331 Reputation points
    2021-02-23T05:49:43.573+00:00

    @alex Thank you for reaching out.
    Our sincere apologies for the delay in getting back to you.

    Azure database for MySQL provides options to backup to locally redundant or geo-redundant storage.
    You can choose an option as per your requirement, while creating the server.

    If an entire region is experiencing an outage, and if you do not have a geo-redundant backup, you cannot recover from backup and create a new server in another region.
    So, if you need complete backup redundancy, you should backup to geo-redundant storage.

    If you want to manage the backups yourself, you can use mysqldump to back up the database and store the files at a location of your choice.

    Please let me know if you have further questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.