KB Article #178348

Multi-Node upgrade to version 3.2.2 from version 3.1.3

Problem

Transfer CFT 3.1.3 Multi-Node upgrade to 3.2.2


Multi-node installation on two host


1st host upgrade is working but the 2nd host upgrade fails


ERROR ERR: 'upgraded' already exists. Migration of bases already done.

Resolution

This is a bug into the Upgrade Pack to version 3.2.2

A workaround is available:

On the second host, before launching the installer, set the env variable as below:

export JAVA_TOOL_OPTIONS='-Dcft.migrate=no'

then we can update second host:
./update.sh --debug

Do the same operation on each additional host (if any)