Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:28 +08:00
commit c2260d8672
8 changed files with 908 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for database-recovery-manager skill
- [ ] database_best_practices.md: Document outlining database backup and recovery best practices.
- [ ] pitr_guide.md: Detailed guide on performing point-in-time recovery.
- [ ] failover_procedures.md: Step-by-step procedures for initiating a database failover.
- [ ] supported_databases.md: List of supported database systems and their specific recovery methods.
- [ ] api_documentation.md: API documentation for interacting with the database recovery manager.