Backups are crucial when it comes to safety of data. They are the ultimate disaster recovery solution - you have no database nodes reachable and your datacenter could literally have gone up in smoke, but as long as you have a backup of your data, you can still recover from such situation.
Typically, you will use backups to recover from different types of cases:
- accidental DROP TABLE or DELETE without a WHERE clause, or with a WHERE clause that was not specific enough.
- a database upgrade that fails and corrupts the data
- storage media failure/corruption
Related resources
MySQL & MariaDB Database Backup Resources
…
[Read more]