Upgrade from 10.2.6.4+ to 10.2.6.9
The article guides you through the upgrade from v10.2.6.4+ to v10.2.6.9 of Enterprise Edition.
Prerequisites
- You have Enterprise Edition up and running. Mind that ALL platform services should be running before you apply the patch.
- All Business Processes are stopped.
- The patch is downloaded and placed on the MASTER1 server to the
PACKAGE_DIR/patches/patch_10.2.6.9directory, for example,/opt/workfusion/wf_installer/patches/patch_10.2.6.9.
Upgrade
important
Remember to run the commands as the APPLICATION_USER.
To apply the patch, perform the following steps:
Log in to the MASTER1 server and extract the patch into the directory with the existing installer. Make sure to follow the same directory structure when downloading and extracting patch package as per example below:
cd /opt/workfusion/wf_installer/ mkdir -pv ./patches cd ./patches/ curl -k -o 'patch_10.2.6.9.tar.gz' '<patch_download_link>' tar xzf patch_10.2.6.9.tar.gzAfter the extraction is completed, you'll see a new directory named
patch_10.2.6.9with the patch content.Navigate to the directory with the patch content and run the command to apply it as per example below:
export ANSIBLE_PRIVATE_KEY_FILE="/PATY/TO/SSH-PRIVATE-KEY" && export ANSIBLE_VAULT_PASS='YOUR_ANSIBLE_VAULT_PASS' cd ./patch_10.2.6.9 ./patch_10.2.6.9.sh apply
The upgrade procedure can take up to 40 minutes. After that, the patch is successfully installed.
Rollback
If you need to roll the changes back, run the command:
./patch_10.2.6.9.sh rollback
Upgrade on environment with multi-point installation
If you apply the patch to an environment with the multi-point installation, define additional arguments, for example:
./patch_10.2.6.9.sh apply/rollback -c local --limit master[0] # When applying to MASTER1 server
./patch_10.2.6.9.sh apply/rollback -c local --limit rpa # When applying to RPA server(s)
The patch affects only MASTER and RPA servers. For multi-point installations, it's not required to apply it to AGENT(s).