You need to install the Velero utility that is customized for your Db2 or Db2 Warehouse
on OpenShift deployment.
About this task
Official Velero installation instructions can be found here.
Procedure
-
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 or Db2 Warehouse on OpenShift version. For example, s11.5.8.0.
- Add the plugin to the Velero deployment.
velero plugin add $VELERO_PLUGIN