Editing a Database System
Change the name of an OCI Database with PostgreSQL database system.
In addition to changing the name of a database system, you can also:
- Change the configuration of the database system.
- Update the administrator password used to access the database.
- Add a node to the database system.
- Update the database system maintenance policy.
- Update the database system backup policy.
- Update the shape of the database system.
- Update the network security group of the database system.
- Restore a database system from a backup.
- Add tags to the database system.
- Move the 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.
- Click the name of the database system that you want to edit.
- On the DBSystem details page, click Edit name.
- In the Edit DBSystem name window, enter a new database system name.
- Click Save changes to rename the database system.
Use the
oci psql db-system update
command and required parameters to update a database system:oci psql db-system update --db-system-id <database_OCID> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateDbSystem operation to update a 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.