microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

how to setup backup or disaster recover plan #442

Closed louislin888 closed 5 years ago

louislin888 commented 5 years ago

Hi Elton

I have a question about backup and disaster recovery plan Is there any sugesstion to backup or setup disaster recovery whole site for prevent lose user data. we have just occured wrong configuration to cause site down,and have no idea to recover user data and repair openedx shortly. Lookin forward to your reply , Thanks

eltoncarr commented 5 years ago

We have built-in support for backups. This is the only stateful part of the setup. With your backups available, you can re-provision the site and restore your databases in the worst case disaster recovery scenario. I personally don't think it's necessary to back-up the VMSS especially when you can easily re-provision them. The entire cluster can be re-provisioned in 2hrs. However, if you feel like you'd like to do this, that's also possible via the azure portal.

Our latest solution however (guidance is pending), has native support for point in time restore for Mysql and regular backups for MongoDB.