Upgrade from 10.2.6.7 to 10.2.6.8
The article guides you through the upgrade from v.10.2.6.7 to v.10.2.6.8 of WorkFusion Intelligent Automation Cloud Enterprise Edition.
Prerequisites
- You have Enterprise Edition up and running.
- All Business Processes are stopped.
- The OCR Worker is destroyed.
- The patch is downloaded and placed on the Master1 server to the
PACKAGE_DIR/patches/patch_10.2.6.8directory, for example,/opt/workfusion/wf_installer/patches/patch_10.2.6.8.
Destroy OCR Worker
Before you start the upgrade procedure, ensure that the OCR Worker is destroyed:
In your browser, open the Marathon UI.
Under Applications, find the OCR Worker.
Click the Options button and select Destroy.

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.6.8 $ tar -xzf patch_10.2.6.8.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.6.8 $ ./patch_10.2.6.8.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.6.8
$ ./patch_10.2.6.8.sh rollback