Getting an OCI Database with PostgreSQL Backup Copy's Status
Get the status and other details of an OCI Database with PostgreSQL database system backup copy operation.
The backup copy's state, destination region, and status are displayed. Use the
oci psql backup getcommand and required parameters to get details about a backup copy, including state, destination region, and status:oci psql backup get --backup-id <backup_ocid> [OPTIONS]To get your backup's OCID, see Listing Backups.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetBackup operation with required attributes to get details about a backup copy. The
copyStatusattribute contains the state, destination region, and status.