Upgrading the IBM Engineering AI Hub instance by using command line inputs

Learn how to upgrade IBM Engineering AI Hub by using Red Hat OpenShift command line inputs or on Kubernetes cluster. It involves backing up of your database, running scripts, and validating that everything works as expected after the upgrade.

Procedure

Run the following command.
Red Hat OpenShift
oc patch engineeringaihubapp <engineering_ai_hub_app_name> --type=merge -p '{"spec":{"version":"<version>"}}' -n <namespace>

where <version> can be .

Kubernetes
kubectl patch engineeringaihubapp engineeringaihub-instance --type=merge -p ’{“spec”:{“version”:“<version>”}}

where <version> can be .