(no title)
mekster | 7 months ago
https://serverfault.com/a/806305
https://zrepl.github.io/v0.2.1/configuration/snapshotting.ht...
mekster | 7 months ago
https://serverfault.com/a/806305
https://zrepl.github.io/v0.2.1/configuration/snapshotting.ht...
binwiederhier|7 months ago
Depending on the database you're using, and on your configuration, they may NOT recover, or require manual intervention to recover. There is a reason that MSSQL has a VSS writer in Windows, and that PostgreSQL and MySQL have their own "dump programs" that do clean backups. Pulling the plug (= file system snapshotting) without involving the database/app is risky business.
Databases these days are really resilient, so I'm not saying that $yourfavoriteapp will never recover. But unless you involve the application or a VSS writer (which does that for you), you cannot be sure that it'll come back up.
[1] https://blog.heckel.io/2021/10/19/lossless-mysql-semi-sync-r...