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.

    1. On the Database systems list page, find the database system that you want to work with. If you need help finding the list page or the database system, see Listing OCI Database with PostgreSQL Database Systems.
      The database system's details page opens.
    2. Select Backups.
      The Backups page opens.
    3. Select the backup that you're interested in.
      The backup's details page opens.
    4. Select Backup copy status.
    The backup copy's state, destination region, and status are displayed.
  • 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> [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 copyStatus attribute contains the state, destination region, and status.