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

PostgreSQLデータベース・システムでOCIデータベースを管理します。

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

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

制限事項および考慮事項

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

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

必要なIAMポリシー

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

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

詳細は、PostgreSQLポリシーを含むOCIデータベースを参照してください。