Syn Postgres Backup

PostgreSQL: logical backup and point-in-time restore

legendtkl c669997 799 B Updated

File contents

PostgreSQL: logical backup and point-in-time restore

When to use

Use this skill for logical backup and point-in-time restore in PostgreSQL. This skill specifically handles logical backup and point-in-time restore and nothing else in the PostgreSQL family.

Procedure

Take consistent logical dumps with pg_dump/pg_dumpall, schedule base backups, archive WAL segments, and perform point-in-time recovery by setting recovery_target_time.

Notes

This is the PostgreSQL skill dedicated to logical backup and point-in-time restore. Sibling skills cover other PostgreSQL capabilities; this one is the right choice only when the task is about logical backup and point-in-time restore.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-postgres-backup commit c669997445

Frequently asked questions

npx skillmds@latest add legendtkl/syn-postgres-backup