Rolling the changes from back-up
Posted: Thu Jan 21, 2016 7:13 am
Hello everyone,
I am looking for a help with backup strategy.
Our main database was down for one day and I have a back-up for a day before everything was shut down. Nothing was lost, I just had a connectivity problem to the database and because I did not want to have one more day down for the practice I made a decision to work with a backup database.
That lasted for one day, I made a backup at the end of the day and now, when I connected to the main live production database I have one day (yesterday) not current, like we did not do anything from the day before yesterday.
This is expected so far.
My question is if there is any query to MySQL that I can run on the backup database to transfer everything that was done yesterday to the production database. Like to create an incremental backup and add to the production database.
Also, it might be relevant, the production database user password and backup database user password differ in value.
I am looking for a help with backup strategy.
Our main database was down for one day and I have a back-up for a day before everything was shut down. Nothing was lost, I just had a connectivity problem to the database and because I did not want to have one more day down for the practice I made a decision to work with a backup database.
That lasted for one day, I made a backup at the end of the day and now, when I connected to the main live production database I have one day (yesterday) not current, like we did not do anything from the day before yesterday.
This is expected so far.
My question is if there is any query to MySQL that I can run on the backup database to transfer everything that was done yesterday to the production database. Like to create an incremental backup and add to the production database.
Also, it might be relevant, the production database user password and backup database user password differ in value.