Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-replication-manager skill
- [ ] setup_replication.sh: Automates the setup of master-slave replication.
- [ ] failover.sh: Simulates a failover scenario and tests the failover configuration.
- [ ] monitor_replication.py: Monitors replication lag and sends alerts if it exceeds a threshold.