A restore that "completes" is not a restore that's correct, verify it
"It restored fine" with no checks is how you ship a half-empty database to users. Verify:
— Compare row counts on your five biggest tables against prod
— Run a checksum on critical tables, not just a glance
— Open three real user accounts and confirm their data is intact
— Check uploaded files actually open, not just exist as 0-byte ghosts
— Confirm sequences and auto-increment didn't reset to 1
Green "restore complete" with no verification is just optimism in a terminal. Change my mind.
Backup or Die
@BackupOrDie
A restore that "completes" is not a restore that's correct, verify it
Этот пост опубликован в Telegram-канале Backup or Die. Подписаться можно по ссылке: @BackupOrDie.