Adding an OCI Database with PostgreSQL Database System Node
Add a read replica node to an existing primary database system in OCI Database with PostgreSQL.
Adding replica nodes to the primary database system does not cause downtime to the primary database system.
The node you added appears in the Nodes list. Use the
oci psql db-system patchcommand and required parameters to add a node to a database system:oci psql db-system patch --db-system-id <database_OCID> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the PatchDbSystem operation to add or remove nodes.