Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:55 +08:00
commit 713820bb67
22 changed files with 2987 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Scripts
Bundled resources for fairdb-ops-manager skill
- [ ] vps_setup.sh: Automates initial VPS setup and hardening (SOP-001)
- [ ] pg_install.sh: Automates PostgreSQL 16 installation and configuration (SOP-002)
- [ ] backup_setup.sh: Automates backup system setup and verification (SOP-003)
- [ ] health_check.sh: Script to perform health checks on the PostgreSQL server
- [ ] backup_restore_test.sh: Script to test backup restoration process
- [ ] incident_diagnosis.sh: Script for diagnosing common PostgreSQL incidents
- [ ] compliance_audit.sh: Script for running compliance audits on the PostgreSQL server