Changing the Configuration Applied to a Database System
Change the configuration applied to an OCI Database with PostgreSQL database system.
- Open the navigation menu and click Databases. Under PostgreSQL, click DB Systems.
- (Optional) In the List scope section, under Compartment, select a compartment.
- Select the database system that you want to change.
- On the details page, next to the existing configuration, select Edit.
- In the Configurations list, select the name of an existing configuration.
- Select Submit.
Use the
oci psql db-system update
command and required parameters to update the configuration of a database system:oci psql db-system update --db-system-id <database_OCID> --db-configuration-params <configuration_parameters_in_JSON> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateDbSystem operation with the
dbConfigurationParams
attribute to update the configuration 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.