database-administrator

Optimize production database operations for PostgreSQL, MySQL, and MongoDB deployments.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill database-administrator-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-administrator
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/database-administrator-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill database-administrator-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the design, deployment, and management of production databases with high availability, robust backups, and strong security.

Core Features & Use Cases

  • High-availability architectures (Patroni/etcd) and automated failover for PostgreSQL, MySQL, and MongoDB.
  • Performance tuning and configuration best practices to reduce latency and prevent bottlenecks.
  • Comprehensive backup and disaster-recovery strategies including PITR and cross-region replication.
  • Security hardening, access controls, and auditing to maintain compliance and protect data.

Quick Start

Configure a production-grade database stack following the guidance in this skill to achieve resilient, observable database operations.

Frequently Asked Questions about database-administrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure high-availability PostgreSQL with Patroni and etcd for automated failover?

High-availability PostgreSQL with Patroni and etcd uses distributed consensus to coordinate automated cluster failover and maintain uptime, managing leader election, replication health monitoring, and seamless recovery without manual intervention during primary node failures.

What's the best way to set up Point-in-Time Recovery and WAL archiving for disaster recovery?

Point-in-Time Recovery (PITR) and WAL archiving enable precise database restoration to a specific transaction time before data loss occurred. Continuous WAL archiving captures every transaction log segment, allowing cross-region replication and granular recovery objectives during disaster recovery workflows.

How do I monitor replication lag across MySQL and MongoDB high-availability clusters?

Replication lag monitoring tracks the delay between primary and replica nodes in MySQL and MongoDB clusters to prevent data divergence and bottlenecks. Consistent monitoring of replication lag ensures high-availability architectures maintain synchronization and meet recovery point objectives during heavy write loads.

Does this database operations guidance apply to both on-premises and cloud deployments?

This database operations guidance applies to both on-premises and cloud deployments for PostgreSQL, MySQL, and MongoDB. It covers architecture design, configuration, disaster recovery, and security hardening uniformly across enterprise environments, ensuring consistent uptime and performance tuning regardless of infrastructure.

Why does database performance degrade under heavy load and how do I tune PostgreSQL and MongoDB configurations?

Database performance degrades under heavy load due to query bottlenecks, memory misallocation, and indexing inefficiencies. Performance tuning applies configuration best practices to PostgreSQL and MongoDB, optimizing resource utilization, reducing latency, and preventing transaction bottlenecks during peak operational periods.