Creating an OCI Database with PostgreSQL Database System Backup
Create an on-demand backup manually of an OCI Database with PostgreSQL database system.
You can also schedule automatic backups of the database system and create backup copies by using its management policy.
Tip
If an automatic backup policy is already enabled for the database, the Console displays the most recent backup and the next scheduled backup.
If an automatic backup policy is already enabled for the database, the Console displays the most recent backup and the next scheduled backup.
Use the
oci psql backup createcommand and required parameters to create a backup:oci psql backup create --compartment-id <compartment_ocid> --db-system-id <db_system_OCID> --display-name <backup_display_name> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateBackup operation to create a backup.