원클릭으로
pg-backup-domain
PostgreSQL backup, WAL, recovery, and rejoin context for pacman.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PostgreSQL backup, WAL, recovery, and rejoin context for pacman.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Require a concrete change explanation and explicit user approval before modifying a repository, then implement and verify the approved scope. Use whenever Codex is asked to create, edit, delete, generate, format, refactor, fix, upgrade, or otherwise mutate repository files, dependencies, configuration, tests, documentation, build artifacts, or version-control state.
Repository layout for the pacman Go PostgreSQL HA cluster manager.
Use when inspecting GitHub Actions, CI failures, failed Go tests, workflow logs, or build/lint/test errors. Avoid reading full logs; summarize failed jobs and inspect only relevant snippets.
Maintain PACMAN-native and Patroni-compatible API contracts.
PACMAN domain rules for cluster state transitions and operation history.
Rules for PACMAN control-plane quorum, leases, epochs, fencing, and split-brain prevention.
| name | pg-backup-domain |
| description | PostgreSQL backup, WAL, recovery, and rejoin context for pacman. |
Use this when changes touch backup, WAL, recovery, rejoin, or standby behavior.
Key locations:
internal/postgres: WAL/LSN helpers, recovery, standby, pg_rewind, health,
command wrappers, and PostgreSQL probes.internal/controlplane/rejoin*: rejoin planning, execution, continuation,
and finalize logic.docs/PATRONI_MIGRATION.md, docs/POSTGRES_EXTENSION.md,
docs/examples/*: compatibility and operational examples.postgresql/pacman_agent: PostgreSQL extension surface.Rules:
pg_rewind only when preconditions are explicit and tested.