Backup Plan / flush-logs by database
I'm in the process of figuring out how to transition from daily full backups to weekly full backups and daily incremental backups. My plan is:
- weekly: mysqldump for each database (not using --all-databases)
- daily: mysqladmin flush-logs
Is that the proper procedure? If so, I could use some advice/feedback on the following:
* We have several databases that get backed up, and most of the time we only need to restore 1 (ie - screwed up data in 1 database as opposed to a disaster recover situation). It looks like the logs from flush-logs contain the changes for ALL databases. Is it possible to start from a full backup of 1 database and apply just the changes that affect that database?
* My plan is to archive off site both the weekly full backups as well as all of the daily logs. Am I being thorough or is it overkill to keep the daily logs once I have a complete full backup?
Any other advice?
Thanks for your help,
-Steve
Subject
Views
Written By
Posted
Backup Plan / flush-logs by database
2733
February 28, 2013 06:17PM
1369
February 28, 2013 06:19PM
1443
March 01, 2013 08:30PM
1402
March 04, 2013 02:15PM
1279
March 04, 2013 02:25PM
1370
March 13, 2013 09:48PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.