Installing the Velero cluster utility for your Db2 Warehouse on OpenShift deployment

You need to install the Velero utility that is customized for your Db2 Warehouse on OpenShift deployment.

About this task

Official Velero installation instructions can be found here.

Procedure

  1. Copy the image tag from the list of releases:
    VELERO_PLUGIN=$(oc get cm db2u-release -n $NAMESPACE -o=jsonpath='{.data.json}' | jq '.databases.db2u."<appVersion>".images.veleroplugin'); echo $VELERO_PLUGIN 
    where appVersion is the installed Db2 Warehouse on OpenShift version. For example, s11.5.8.0.
  2. Add the plugin to the Velero deployment.
    velero plugin add $VELERO_PLUGIN

What to do next

Backing up with Velero.