Editing a OCI Database with PostgreSQL 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:

When you edit a database system, you can also update its tags. For instructions, see Updating a Tag for a Single Resource. For more information about tagging, see Resource Tags.

    1. On the Database systems list page, find the database system that you want to work with. If you need help finding the list page or the database system, see Listing OCI Database with PostgreSQL Database Systems.
      The database system's details page opens.
    2. From the Actions menu, select Edit name.
      The Edit DBSystem name panel opens.
    3. Enter a new database system name.
    4. 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 <db-system_ocid> [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 to update a database system.