Editing the Management Policy of an OCI Database with PostgreSQL Database System
Change the management policy of an OCI Database with PostgreSQL database system. The database system management policy specifies its backup and maintenance policies.
Use the
oci psql db-system updatecommand and the--management-policyparameter to update the management policy of a database system:oci psql db-system update --db-system-id <db-system_OCID> --management-policy <file://management-policy-details.json>[OPTIONS]To get your database system's OCID, see Listing Database Systems.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateDbSystem operation with the
managementPolicyattribute to update the management policy of the database system.