データベース・システムの管理

Manage an OCI Database with PostgreSQL database system.

PostgreSQLOCI Database with PostgreSQLデータベース・システムを含むOCI Databaseは、OS、管理対象PostgreSQLサーバー、仮想ネットワーク・インタフェース・カード(VNIC)およびストレージを含む1つ以上のコンピュート・インスタンスで構成されます。

次のタスクを使用して、PostgreSQLOCI Database with PostgreSQLデータベース・システムを使用したOCIデータベースを管理します:

制限事項および考慮事項

サービス・リソース制限に加えて、データベース・システムには次の制限が適用されます。

  • データベース・システム当たりの最大ストレージ: 32TB
  • データベース当たりの最大読取りレプリカ・ノード: 7
  • データベース・システムは、IPv6が有効になっていないサブネットでのみ作成できます。

必要な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.