Disaster Recovery - CI/CD用語集の定義
disaster recovery は、大規模な障害やデータ損失の後にサービスとデータを復旧するための計画とプロセスです。
disaster recovery (DR) は、大規模な障害やデータ損失イベントの後にサービスとデータを復旧するための計画とプロセスの一式です。
DR は目標復旧時点 (RPO) と目標復旧時間 (RTO) の 2 つの目標で測定されます。復旧を定期的に (理想的には自動化された pipeline として) リハーサルすることが、DR 計画を実効性のあるものにします。
関連ガイド
Restore - CI/CD Glossary DefinitionRestore: A restore rebuilds a database from a backup or snapshot, bringing it back to the state captured at t…
Point-in-Time Recovery - CI/CD Glossary DefinitionPoint-in-Time Recovery: Point-in-time recovery (PITR) restores a database to any specific moment by replaying…
Failover - CI/CD Glossary DefinitionFailover: Failover is the automatic or manual switch to a standby system when the primary fails, so service c…