ended3월 17일· 1 sources

Database Backup Fidelity: Why Crash-Consistent Is Not a Database Backup

데이터베이스 백업의 충실도: Crash-Consistent 스냅샷이 진정한 데이터베이스 백업이 아닌 이유

Why it matters

The article distinguishes crash-consistent from app-consistent database backups. Crash-consistent snapshots capture disk state mid-transaction without database engine coordination, relying on WAL replay and log rollback at restore time—which can fail. App-consistent backups coordinate with the database engine to flush buffers and quiesce writes before snapshotting, producing a cleanly mountable backup. Most environments default to crash-consistent backups due to inherited VM snapshot tooling, uniform backup policies, and deferred integration work.

1
Sources
+0
24h
Growth
182d
Active
Crash-ConsistentApp-ConsistentDatabase BackupWALSnapshotRecovery

Sources

Related Issues