Point-in-Time Recovery - CI/CD用語集の定義
ポイントインタイムリカバリは、ベースバックアップ上に write-ahead log を再生することで、データベースを任意の正確な時点に復元します。
ポイントインタイムリカバリ (PITR) は、ベースバックアップ上に write-ahead log を再生することで、データベースを任意の特定の時点に復元します。
PITR は不正な migration がリリースされたときのセーフティネットです。直前のバックアップ全体を復元する代わりに、その migration が実行される直前の瞬間まで復元します。
関連ガイド
Write-Ahead Log - CI/CD Glossary DefinitionWrite-Ahead Log: A write-ahead log (WAL) records changes to durable storage before applying them to the datab…
Restore - CI/CD Glossary DefinitionRestore: A restore rebuilds a database from a backup or snapshot, bringing it back to the state captured at t…
Disaster Recovery - CI/CD Glossary DefinitionDisaster Recovery: Disaster recovery (DR) is the set of plans and processes for restoring service and data af…