Important: IBM Cloud Pak® for Data
Version 4.7 will reach end of support (EOS) on 31 July, 2025. For more information, see the
Discontinuance of service announcement for
IBM Cloud Pak for Data Version 4.X.
Upgrade to IBM Software Hub Version
5.1 before IBM Cloud Pak for Data Version 4.7 reaches end of
support. For more information, see Upgrading IBM Software Hub in the IBM Software Hub Version 5.1
documentation.
After the EDB
Postgres service is installed on IBM Cloud Pak for Data, you can deploy one or more instances of the
EDB
Postgres database from the web console.
Procedure
-
From the Cloud Pak for Data services catalog, select
EDB Postgres.
- Click New Instance.
- Enter a name for the instance, then select the namespace where you want to
deploy.
Click Next.
- Specify the following options for EDB
Postgres on the OpenShift® Container Platform cluster:
- Number of nodes
- Cores per node
- Memory per node
- Type: standard or enterprise
- From the storage classes that are available on the cluster, specify the size and unit for
the storage class. For a list of the storage classes that are compatible with EDB
Postgres,
see EDB
Postgres storage requirements.
Click Next.
- Confirm the information provided on the review page.
Click
Create. It might take up to five minutes for the instance to be
ready.
- Run the following command to check the status of the instance:
oc describe CPDEdbInstance <EDBInstanceName> -n ${PROJECT_CPD_INST_OPERANDS}
Replace namespace with the OpenShift Container Platform namespace where Cloud Pak for Data was installed.
The status result should look similar to the following example:
Status:
Conditions:
Last Transition Time: 2021-06-14T17:41:38Z
Message: Running reconciliation
Reason: Running
Status: True
Type: Running
Edb Status: In Progress
The instance is ready for use when Edb Status changes from In
Progress to Completed.
What to do next
EDB
Postgres is ready to use. To get started with EDB
Postgres, see Administering the EDB Postgres service and Working with EDB Postgres databases.