ロールバック - CI/CD 用語集の定義
ロールバックは、deploy を直近の既知の正常なバージョンへ戻します。
ロールバック とは、deploy によって問題が発生した後に、システムを以前の既知の正常なバージョンへ戻し、安定した動作を素早く復元する操作です。
ロールバックは、deploy を直近の既知の正常なバージョンへ戻します。
CI において
不変でバージョン管理された artifact があれば、以前の release がビルドおよびテストされた当時のまま正確に残っているため、rollback は高速かつ安全です。
関連ガイド
Immutability - CI/CD Glossary DefinitionImmutability: Immutability is the practice of never modifying an artifact or environment after creation; chan…
Disaster Recovery - CI/CD Glossary DefinitionDisaster Recovery: Disaster recovery is the set of plans and procedures for restoring systems and data after…
Idempotency - CI/CD Glossary DefinitionIdempotency: Idempotency is the property that performing an operation multiple times has the same effect as p…