snippetsqlMinor
how to verify mysql backup file
Viewed 0 times
fileverifymysqlhowbackup
Problem
Is There any tool to verify the backup taken using mysqldump without manual restoration ?
I have to take full backup daily so it is difficult for me to verify the backups daily by restoring them. As it will take time and also temporary disk space.
Please suggest me how to verify my backup online
I have to take full backup daily so it is difficult for me to verify the backups daily by restoring them. As it will take time and also temporary disk space.
Please suggest me how to verify my backup online
Solution
Start a dedicated Mysql server with as default engine blackhole (and maybe the only one) and engine_substitution enabled.
Then you can restore your mysqldump and monitor warning(s) and error(s) generated.
Maximum execution speed and no disk space taken ...
Hope this will help you
Then you can restore your mysqldump and monitor warning(s) and error(s) generated.
Maximum execution speed and no disk space taken ...
Hope this will help you
Context
StackExchange Database Administrators Q#44399, answer score: 4
Revisions (0)
No revisions yet.