managing-database-recovery
SKILL.md
Overview
This skill empowers Claude to orchestrate comprehensive database recovery strategies, including disaster recovery setup, point-in-time recovery implementation, and automated failover configuration. It leverages the database-recovery-manager plugin to ensure database resilience and minimize downtime.
How It Works
- Initiate Recovery Manager: The skill invokes the
/recoverycommand to start the database-recovery-manager plugin. - Analyze User Request: The plugin analyzes the user's request to determine the specific recovery task (e.g., disaster recovery setup, PITR configuration).
- Execute Recovery Steps: The plugin executes the necessary steps to implement the requested recovery strategy, including configuring backups, setting up replication, and automating failover procedures.
When to Use This Skill
This skill activates when you need to:
- Implement a disaster recovery plan for a production database.
- Configure point-in-time recovery (PITR) for a database.
- Automate backup validation and recovery testing.