613 B
613 B
Runbook - Backup and Restore (Stage 4)
Backup
- Stop write-heavy operations (or enter maintenance window).
- Run backup script:
powershell -ExecutionPolicy Bypass -File scripts/backup_data.ps1
- Keep backup config (
values.yaml, contracts, runbooks).
Restore drill
- Start clean environment
- Re-apply deployment manifests
- Restore snapshots:
powershell -ExecutionPolicy Bypass -File scripts/restore_data.ps1 -BackupZip <zip-path>
- Validate smoke scenarios:
- login
- create interaction
- KPI endpoint
Acceptance
- RTO and data integrity documented in pilot protocol