halfmoonforever
Expert Member
- Joined
- Feb 1, 2016
- Messages
- 1,196
- Reaction score
- 9
Hi guys,
Was wondering if you could share how you backup your production MySQL servers (I don't have a master-slave setup yet).
I'm more experienced with MSSQL, and on that, you can do incremental backups with log files etc on the hour, then have full backups happen once a day so you can replay the logs if something happens and maybe only lose an hour worth of work when restoring from backup.
Does MySQL have something similar? Or is a full DB backup the only way to really ensure consistency when doing disaster recovery?
I'd maybe like to use BorgBackup as a method to store these backups offsite as it has the ability to mount directly to a backup and restore from there if need be.
Thanks for any advice
Was wondering if you could share how you backup your production MySQL servers (I don't have a master-slave setup yet).
I'm more experienced with MSSQL, and on that, you can do incremental backups with log files etc on the hour, then have full backups happen once a day so you can replay the logs if something happens and maybe only lose an hour worth of work when restoring from backup.
Does MySQL have something similar? Or is a full DB backup the only way to really ensure consistency when doing disaster recovery?
I'd maybe like to use BorgBackup as a method to store these backups offsite as it has the ability to mount directly to a backup and restore from there if need be.
Thanks for any advice