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)

See also