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.
- Move the database system.
When you edit a database system, you can also update its tags. Resource Tags.
For more information about tagging, see- On the Database systems list page, select the database system that you want to work with. If you need help finding the list page or the database system, see Listing Database Systems.
- On the database system details page, select Edit name.
- In the Edit DBSystem name panel, enter a new database system name.
- Select 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.