Upgrading the IBM Cloud Private
You can upgrade the IBM Cloud Private from specific previous versions.
This procedure is intended for users with role cloud administrator.
The supported upgrade paths are:
- IBM Cloud Private version 3.1.1 to 3.1.2
- IBM Cloud Private version 3.1.1 to 3.2.0
- IBM Cloud Private version 3.1.2 to 3.2.0
Procedure
-
Depending on the IBM Cloud Private release you have installed, follow the instructions to complete the upgrade.
- For IBM Cloud Private Community edition, see Upgrading IBM Cloud Private-CE.
- For IBM Cloud Private Enterprise edition, see Upgrading IBM Cloud Private.
-
After the upgrade is completed, clean up the temporary files that are created during the Secure Service Container for IBM Cloud Private upgrade by using the CLI tool.
${pwd}./ssc4icp-cli-installer-upgrade-<version>.sh clean_upNote:
- The
cleanupcommand must be executed under the/configdirectory of the Secure Service Container for IBM Cloud Private installation directory. - You must replace the
<version>with the correct CLI version number. For example,1.1.0.3.
- The
-
To dynamically update the CPU or memory resources on the cluster nodes, complete the following steps.
- Create a
tmpdirectory in the home directory, and go to thistmpdirectory.mkdir ~/tmp && cd tmp - Download the configuration template files into the
tmpdirectory.docker run --network=host --rm -v $(pwd):/data ibmzcontainers/ssc4icp-cli-installer:1.1.0.3 cp -r config /data - Copy the
ssc4icp-config-update.yamlfile into the Secure Service Container for IBM Cloud Private installation directory.cp config/ssc4icp-update.yaml to the SSC4ICP_INSTALLATION_FOLDER/config/ - (Optional) Update the resources for the cluster nodes. For more information, see Updating the cluster resources dynamically.
- Create a