Restarting an OCI Database with PostgreSQL Database System Node
Restart a node of an OCI Database with PostgreSQL database system.
Restarting doesn't change connectivity configuration to the database system. When you restart a database node, you can select between two restart types:
- Normal: Only the database processes are restarted. This takes less than a minute.
- Reboot: The underlying Compute instance is rebooted, which also restarts PostgreSQL processes. This can take several minutes.
Use the
oci psql db-system restart-db-instance-incommand and required parameters to restart a node:oci psql db-system restart-db-instance-in --db-instance-id <db_instance_OCID> --db-system-id <db_system_OCID> --restart-type <restart_type> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the RestartDbInstanceInDbSystem operation to restart a node.