Upgrade from 10.2.6 to 10.2.6.1
The guide describes upgrading from v.10.2.6 to v.10.2.6.1 of WorkFusion Intelligent Automation Cloud Enterprise.
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.6.1directory, for example,/opt/workfusion/wf_installer/patches/patch_10.2.6.1.
important
Remember to run the commands as the APPLICATION_USER.
Upgrade
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.1 $ tar -xzf patch_10.2.6.1.tar.gzExport
ANSIBLE_PRIVATE_KEY_FILEandANSIBLE_VAULT_PASS. After running this command, you won't be prompted to enter the config 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.1 $ ./patch_10.2.6.1.sh applyVerify that the deployed environment is working:
$ cd PACKAGE_DIR $ ./install.sh check full -e test_ml=true
The patch is successfully applied.
Rollback
If you need to roll the changes back, run the command:
$ cd PACKAGE_DIR/patches/patch_10.2.6.1
$ ./patch_10.2.6.1.sh rollback
To verify that the deployed environment is working, run the commands:
$ cd PACKAGE_DIR
$ ./install.sh check full -e test_ml=true