Listing OCI Database with PostgreSQL Backups

Learn how get a list of the OCI Database with PostgreSQL backups in a tenancy or compartment.

Tip

You can get details about a database system to see the backups associated with a particular database system
    1. Open the navigation menu  and select Databases. Under PostgreSQL, select Backups.
    2. To view the backups in a different compartment, use the Compartment filter to switch compartments.
      You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.
  • Use the oci psql backup-collection list-backups command and required parameters to list backups:

    oci psql backup-collection list-backups [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListBackups operation with required attributes to list backups.

    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.