Editing the Management Policy of a 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.
- Open the navigation menu and select Databases. Under PostgreSQL, select DB Systems.
- (Optional) In the List scope section, under Compartment, select a compartment.
- Select the name of the database system that you want to edit.
- On the database system details page, select More actions and then select Edit management policy.
-
In the Edit management policy panel, make selections for the following:
- Select Save changes to update the database system management policy.
Use the
oci psql db-system update
command and the--management-policy
parameter to update the management policy of a database system:oci psql db-system update --db-system-id <database_OCID> --management-policy <file://management-policy-details.json>[OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateDbSystem operation with the
TBD
attribute to update the management policy of the database system.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.