データベースシステムノードの管理

読取りレプリカ・ノードを含むPostgreSQLOCI Database with PostgreSQLデータベース・システム・ノードを使用してOCI Databaseを管理します。

すべてのデータベース・システムには、少なくとも1つのノード(プライマリ・ノード)が必要です。読取りロード・バランシングおよびフェイルオーバーに使用できる読取り専用レプリカ・ノードとして、より多くのノードを作成して使用できます。データベース・システムがノード間で接続を分散するように、単一のリーダー・エンドポイントを有効化することもできます。

追加のノードにより、データベース・システムのパフォーマンスと可用性が向上します。読取りレプリカを使用すると、読取りスケーリングを増やし、待機時間を短縮できます。

次のタスクを使用してノードを管理します。

必要なIAMポリシー

次のポリシー・ステートメントを使用すると、管理者のグループがPostgreSQLOCI Database with PostgreSQLデータベース・システムでOCI Databaseを管理できます:

Allow group <postgresql-admin-group> to read compartments in tenancy
Allow group <postgresql-admin-group> to manage postgres-db-systems in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to manage postgres-backups in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to read postgres-work-requests in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to manage postgres-configuration in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to manage virtual-network-family in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to read secret-family in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to read vaults in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to read metrics in [ tenancy | compartment <compartment_name> | compartment id <compartment_OCID> ]
Allow group <postgresql-admin-group> to use tag-namespaces in tenancy

For more information, see OCI Database with PostgreSQL Policies.