|
|
|
|
|
by TheAndruu
3732 days ago
|
|
> then running programmatic tests against it that you define to make sure they really have what you need Sounds like the crux will still depend on how well one writes these tests. Agreeing that no backup is verified until it is restored... one way this can be achieved is use something like Ansible to script the backup of the database, script the restore, and run them and verify everything is backed up / restored properly. Then since everything is automated, a person can reasonably trust their backups are verified, with the full confidence if they need to do a backup/restore, they just have to run a script. |
|