Upgrade from 10.2.7.1 to 10.2.7.2
The article guides you through the upgrade from v.10.2.7.1 to v.10.2.7.2 of WorkFusion Intelligent Automation Cloud Enterprise Edition.
Prerequisites
- You have Enterprise Edition up and running.
- All business processes are stopped.
- The patch is downloaded and placed on the Master1 server to the
PACKAGE_DIR/patches/patch_10.2.7.2directory, for example,/opt/workfusion/wf_installer/patches/patch_10.2.7.2.
Upgrade
important
Remember to run the commands as the APPLICATION_USER.
To apply the patch, do the following:
Log in to the Master1 server and extract the patch:
$ cd PACKAGE_DIR/patches/patch_10.2.7.2 $ tar -xzf patch_10.2.7.2.tar.gzExport
ANSIBLE_PRIVATE_KEY_FILEandANSIBLE_VAULT_PASS. After running this command, you won't be prompted to enter the decryption password while applying the patch:$ export ANSIBLE_PRIVATE_KEY_FILE="YOUR-PRIVATE-KEY-FILE" && export ANSIBLE_VAULT_PASS="YOUR-ANSIBLE-VAULT-PASS"Apply the patch:
$ cd PACKAGE_DIR/patches/patch_10.2.7.2 $ ./patch_10.2.7.2.sh apply
The patch is successfully installed.
Rollback
If you need to roll the changes back, run the commands:
$ cd PACKAGE_DIR/patches/patch_10.2.7.2
$ ./patch_10.2.7.2.sh rollback