disaster-recovery-testing▌
aj-geddes/useful-ai-prompts · updated Apr 8, 2026
Implement systematic disaster recovery testing to validate recovery procedures, measure RTO/RPO, identify gaps, and ensure team readiness for actual incidents.
Disaster Recovery Testing
Table of Contents
Overview
Implement systematic disaster recovery testing to validate recovery procedures, measure RTO/RPO, identify gaps, and ensure team readiness for actual incidents.
When to Use
- Annual DR exercises
- Infrastructure changes
- New service deployments
- Compliance requirements
- Team training
- Recovery procedure validation
- Cross-region failover testing
Quick Start
Minimal working example:
# dr-test-plan.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: dr-test-procedures
namespace: operations
data:
dr-test-plan.md: |
# Disaster Recovery Test Plan
## Test Objectives
- Validate backup restoration procedures
- Verify failover mechanisms
- Test DNS failover
- Validate data integrity post-recovery
- Measure RTO and RPO
- Train incident response team
## Pre-Test Checklist
- [ ] Notify stakeholders
- [ ] Schedule 4-6 hour window
- [ ] Disable alerting to prevent noise
- [ ] Backup production data
- [ ] Ensure DR environment is isolated
- [ ] Have rollback plan ready
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| DR Test Plan and Execution | DR Test Plan and Execution |
| DR Test Script | DR Test Script |
| DR Test Automation | DR Test Automation |
Best Practices
✅ DO
- Schedule regular DR tests
- Document procedures in advance
- Test in isolated environments
- Measure actual RTO/RPO
- Involve all teams
- Automate validation
- Record findings
- Update procedures based on results
❌ DON'T
- Skip DR testing
- Test during business hours
- Test against production
- Ignore test failures
- Neglect post-test analysis
- Forget to re-enable monitoring
- Use stale backup processes
- Test only once a year
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★43 reviews- ★★★★★Fatima Ramirez· Dec 24, 2024
Registry listing for disaster-recovery-testing matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Chaitanya Patil· Dec 16, 2024
disaster-recovery-testing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Chen Khan· Dec 8, 2024
disaster-recovery-testing reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Aditi Shah· Dec 4, 2024
We added disaster-recovery-testing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Ishan Bhatia· Nov 23, 2024
disaster-recovery-testing reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ama Kim· Nov 15, 2024
disaster-recovery-testing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Li Rahman· Oct 18, 2024
disaster-recovery-testing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Charlotte Anderson· Oct 14, 2024
Registry listing for disaster-recovery-testing matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Daniel Sanchez· Oct 6, 2024
We added disaster-recovery-testing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Kwame Taylor· Sep 25, 2024
Solid pick for teams standardizing on skills: disaster-recovery-testing is focused, and the summary matches what you get after install.
showing 1-10 of 43