What problem does it solve?
This Skill helps you keep a PostgreSQL production database safe and healthy by automating backups, verifying restores, monitoring critical health signals, and configuring replication and maintenance.
Core Features & Use Cases
- Health monitoring: checks connection saturation, active/long-running queries, cache hit ratio, dead tuple accumulation, and unused indexes to catch issues early.
- Backup and restore workflow: creates compressed custom-format pg_dump backups and performs restore-based verification by loading into a temporary database.
- Operations automation for production: sets scheduled backups with retention (daily/weekly/monthly), configures PgBouncer connection pooling, and supports streaming or logical replication plus WAL archiving for PITR.
Quick Start
Ask an AI to use the db-admin Skill to run a health check for your PostgreSQL database named myapp and return which metrics fail or warn.