What problem does it solve? Teams without documented disaster recovery procedures risk extended outages and unrecoverable data loss when database failures occur, and writing backup automation and DR runbooks from scratch is time-consuming. ## Core Features & Use Cases - Backup Automation Scripts: Produces ready-to-adapt shell scripts for PostgreSQL (pg_dump, pg_basebackup) and MySQL (mysqldump) with S3 upload, retention cleanup, and Slack notifications. - Restore & Validation Procedures: Includes full restore, point-in-time recovery (PITR) via WAL replay, and post-restore validation checks for table counts, constraints, indexes, and query performance. - DR Runbook with Roles: Generates an incident response runbook with step-by-step recovery phases, RTO/RPO tables, team role assignments, and escalation paths. - Use Case: A DevOps engineer preparing for a compliance audit uses this Skill to produce a complete DR package: hourly incremental backups to S3, a tested restore script, and a runbook assigning the DBA, engineering lead, and DevOps roles. ## Quick Start Generate a disaster recovery runbook with automated PostgreSQL backup scripts and restore validation checks for my production database.