Copying an OCI Database with PostgreSQL Backup to Another Region
Copy an existing OCI Database with PostgreSQL database system backup to another region.
We recommend using a management policy that automatically creates and copies backups. Manually copying a backup doesn't guarantee the sequence and size of backups, which can lead to increased costs. For more information, see Backup Size and Copy Order.
Use the
oci psql backup backup-copycommand and required parameters to create a backup:oci psql backup backup-copy --backup-id <backup_ocid> --compartment-id <compartment_ocid> --regions <regions_JSON> [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 CopyBackup operation to copy a backup to another region.