Postgres operations

v0.2.5

Deep Postgres operations — activity introspection, session/lock diagnostics, table + index analytics (bloat, dead tuples, unused indexes), WAL + replication state, progress views, EXPLAIN, and a curated set of operator-tier mutators (cancel/terminate backend, ANALYZE, VACUUM, REINDEX CONCURRENTLY). Authenticates via PG* env vars on the runner host.

Pack ID
postgres
Vendor
emisar
OS
linux
Actions
48
Required binaries: psql. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:7075feb9e2841efd79f3a3a2d84aa030420fa8c69f5ba410517ccc35a9c81c85

on the runner host
sudo emisar pack install postgres \
  --hash sha256:7075feb9e2841efd79f3a3a2d84aa030420fa8c69f5ba410517ccc35a9c81c85 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 48 total

View on GitHub