Getting the Status of an OCI Database with PostgreSQL Backup Copy
Get the status and other details of an OCI Database with PostgreSQL database system backup copy operation.
Use the
oci psql backup get
command and required parameters to get details about a backup copy, including state, destination region, and status:oci psql backup get --backup-id <backup_OCID>
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
copyStatus
attribute contains the state, destination region, and status.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.