Upgrade from 10.2.5 to 10.2.5.1
The guide describes upgrading from 10.2.5 to the 10.2.5.1 version of WorkFusion Intelligent Automation Cloud Enterprise.
Prerequisites
- You have Enterprise Edition up and running.
- The patch is downloaded and placed on the Master server to the
PACKAGE_DIR/patchesdirectory.
important
Remember to execute all upgrade actions as the APPLICATION_USER.
Upgrade
To apply the patch, do the following:
Log in to the Master server and extract the patch:
cd PACKAGE_DIR/patches/ $ tar -zxvf patch_10.2.5.1.tar.gz --strip-components=1Export
ANSIBLE_PRIVATE_KEY_FILEandANSIBLE_VAULT_PASS. After running this command, you won't be prompted to enter the config decryption password and private key while applying the patch:$ export ANSIBLE_PRIVATE_KEY_FILE="<your-private-key-file" && export ANSIBLE_VAULT_PASS="<your-ansible-vault-pass>"Apply the patch:
$ ./patch_10.2.5.1.sh apply
If you need to roll the changes back, run the command:
$ ./patch_10.2.5.1.sh rollback
Known issues
If, during the upgrade, you face a "unique key constraint" issue related to WorkSpace, see the following instruction on how to resolve it.