Post-backup tasks after creating an offline backup with the OADP utility

For some services, additional tasks must be done after you create an offline backup of Cloud Pak for Data with the Cloud Pak for Data OADP backup and restore utility.

Data Refinery

If Data Refinery is installed and you stopped all Data Refinery runtimes and jobs, restart the service.

  1. Log in to Red Hat® OpenShift® Container Platform as a cluster administrator.
    ${OC_LOGIN}
    Remember: OC_LOGIN is an alias for the oc login command.
  2. Run the following command.

    The value of <number_of_replicas> depends on the scaleConfig setting when Data Refinery was installed (1 for small, 3 for medium, and 4 for large).

    oc scale --replicas=<number_of_replicas> deploy wdp-shaper wdp-dataprep

watsonx.ai

If watsonx.ai is installed, manually scale up three deployments.

  1. Log in to Red Hat OpenShift Container Platform as a cluster administrator.
    ${OC_LOGIN}
    Remember: OC_LOGIN is an alias for the oc login command.
  2. Wait for watsonxai-cr to reach the Completed state:
    oc get watsonxai -n ${PROJECT_CPD_INST_OPERANDS}

    Check that the command returns output such as in the following example:

    NAME           VERSION   RECONCILED   STATUS      AGE
    watsonxai-cr   8.1.0     8.1.0        Completed   2d23h
  3. Scale up the following deployment:
    oc scale deploy caikit-runtime-stack-operator -n ${PROJECT_CPD_INST_OPERATORS} --replicas=1