autonomy ha backup create¶
Create a database backup using pg_dump
Synopsis¶
Creates a PostgreSQL backup of the control-plane database using pg_dump
in custom format. The backup file is written to --output-dir and metadata
is recorded in the backup inventory table.
Requires pg_dump to be available on the control-plane node's PATH.
Use 'autonomy ha backup list' to view recorded backups.
Usage¶
autonomy ha backup create [flags]
Options¶
--backup-id string unique backup identifier (auto-generated if empty)
--operator string operator identity for audit trail (required)
--orchestrator-url string orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
--output string output format: "text" or "json" (default "text")
--output-dir string directory for backup file (default: server working directory)
--reason string reason for the backup (for audit trail)
Options inherited from parent commands¶
--require-signed-manifest Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)
See also¶
autonomy ha backup— Backup and restore operations for the control-plane database