Reverting to an earlier version of IBM Cloud Private

After you upgrade to IBM Cloud Private 3.1.2, you can revert to your last installed version.

You can revert your upgraded cluster only in the following scenarios:

To revert your installed version, complete the following steps.

  1. Roll back the charts:

    sudo docker run -e LICENSE=accept --net=host --rm -t -v \
    "$(pwd)":/installer/cluster ibmcom/icp-inception-$(uname -m | sed 's/x86_64/amd64/g'):3.1.2-ee rollback-chart
    
  2. Roll back Kubernetes:

    sudo docker run -e LICENSE=accept --net=host --rm -t -v \
    "$(pwd)":/installer/cluster ibmcom/icp-inception-$(uname -m | sed 's/x86_64/amd64/g'):3.1.2-ee rollback-k8s