Upgrading App Connect for IBM Cloud Pak for Data (Upgrading from Version 4.8 to Version 5.0)
If your environment includes watsonx Orchestrate, you must ensure that IBM App Connect in containers is running at the correct version.
- Upgrade phase
-
Updating your cluster
Updating your client workstation
Collecting required information
Preparing to run an upgrade in a restricted network
Preparing to run an upgrade from a private container registry
Installing and upgrading prerequisite software
Updating the shared cluster components
Preparing to upgrade an instance of Cloud Pak for Data
Upgrading an instance of Cloud Pak for Data
- Who needs to complete this task?
-
Cluster administrator A cluster administrator must complete this task.
- When do you need to complete this task?
-
Complete this task only if you plan to upgrade an instance of Cloud Pak for Data where the watsonx Orchestrate service is installed.
Repeat as needed Each instance of watsonx Orchestrate requires a dedicated instance of App Connect. You must upgrade App Connect for each instance of watsonx Orchestrate you plan to upgrade.
Before you begin
In addition, ensure that you source the environment variables before you run the commands in this task.
Before you upgrade App Connect, ensure that you have the App Connect CASE package on your client workstation.
If you completed Downloading CASE packages before running IBM Cloud Pak for Data upgrade commands in a restricted network (Upgrading from Version 4.8 to Version 5.0) you should already
have the ibm-appconnect-${AC_CASE_VERSION}.tgz file on your workstation.
However, make sure that you still have the AC_CASE_VERSION
environment variable set
on your workstation.
Check the version of the environment variable
Run the following command to check the version that is set for the
AC_CASE_VERSION
environment variable:
echo ${AC_CASE_VERSION
}
Use the following table to ensure that the environment variable is set to the correct version for the release of Cloud Pak for Data you plan to upgrade to:
Cloud Pak for Data version | CASE package version |
---|---|
5.0.3 | 12.2.1 |
5.0.2 | 11.5.0 |
5.0.1 | 11.5.0 |
5.0.0 | 11.5.0 |
Download the App Connect CASE package
curl -sSLO https://github.com/IBM/cloud-pak/raw/master/repo/case/ibm-appconnect/${AC_CASE_VERSION}/ibm-appconnect-${AC_CASE_VERSION}.tgz
The CASE is downloaded to the current working directory.
work
directory.About this task
App Connect enables the watsonx Orchestrate service to connect to the applications where you want to automate work, such as email applications and customer relationship management (CRM) applications.
Procedure
To upgrade IBM App Connect in containers: