Skip to main content
RunBook Academy

← All checklists in Git, CI/CD & GitOps

Annualci-cd-dr

Pipeline Disaster Recovery Readiness Checklist

16 items ·11 critical ·5 warn ·0 info

How to use this checklist

This is the gate the CI/CD system must pass before the team is allowed to claim that production can be re-deployed after a disaster. It is deliberately about the pipeline itself: the pipelines that deploy your applications are themselves a system that needs a backup, a recovery plan, and a drill.

A team that has never run a full drill will discover, during the real incident, that the part they trusted was the part that failed. Run this checklist annually at minimum, and treat any partial drill as a finding, not as a pass.

Sign-off

Every critical item must pass. A failing critical item blocks the DR declaration of readiness; it is not a note for later. Record the date, the reviewer, and the disposition of every item that did not pass.

Critical11 items

  1. git clone <mirror-url> /tmp/recovered-repo && cd /tmp/recovered-repo && git log --oneline -5 && git tag --list | head

Warning5 items