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,8 @@
# Scripts
Bundled resources for database-recovery-manager skill
- [ ] validate_backup.sh: Script to validate database backups by checking integrity and recoverability.
- [ ] pitr_restore.sh: Script to perform point-in-time recovery to a specified timestamp.
- [ ] failover.sh: Script to initiate a failover to a secondary database instance.
- [ ] test_recovery.sh: Script to automate recovery testing by restoring backups to a test environment.