Upgrading components in a specialized installation (Upgrading from Version 3.5 to Version 4.6)
A project administrator can create custom resources to upgrade the IBM Cloud Pak® for Data platform and services in a project (namespace). The custom resources that you create depend on the services that you need to upgrade.
- Upgrade phase
- Setting up a client workstation
- Who needs to complete this task?
- A project administrator must complete this task.
- When do you need to complete this task?
- You must complete this task at least once to upgrade Cloud Pak for Data.
Complete this task multiple times if you need to upgrade multiple instances Cloud Pak for Data in different projects (namespaces).
Before you begin
Ensure that you source the environment variables before you run the commands in this task.
About this task
Use the cpd-cli
manage
apply-cr
command to create the custom resources for the
specified components.
The instructions assume that you are upgrading all of the components at the same time, which enables you to complete the task in fewer steps. You can always install additional services separately.
If you want to upgrade a service in a tethered project, upgrade the service separately.
cpd-cli
detects that
you already have a component installed at the specified release, the cpd-cli
does not attempt to upgrade the component.Procedure
Results
${PROJECT_CPD_INSTANCE}
project are upgraded. The
software is upgraded when the apply-cr
command returns
[SUCCESS]... The apply-cr command ran successfully.
cpd-cli
manage
get-cr-status
command to get the status of the components
that are installed in the specified project
(namespace):cpd-cli manage get-cr-status \
--cpd_instance_ns=${PROJECT_CPD_INSTANCE}
For details about the values that are returned by the command, see Getting the status of installed components.