Upgrade from 10.2.9.8 to 10.2.9.8.1
The guide describes upgrading the Work.AI platform from v10.2.9.8 to v10.2.9.8.1.
Prerequisites
- You have Work.AI up and running.
- All Business Processes are stopped.
info
Remember to run the commands as APPLICATION_USER.
Upgrade
To apply the patch, do the following:
On the Master1 server, download the patch package and extract it into the directory with the existing installer. Make sure to follow the same directory structure as in the example below when downloading and extracting the patch package:
cd /opt/workfusion/wf_installer/
mkdir -pv ./patches
cd ./patches/
curl -k -o 'patch_10.2.9.8.1.tar.gz' 'https://DOWNLOAD_LINK'
tar xzf patch_10.2.9.8.1.tar.gzA new directory named
patch_10.2.9.8.1with the patch content appears.Navigate to the directory with the patch content and run the command to apply it as in the example below:
export ANSIBLE_PRIVATE_KEY_FILE="/PATH/TO/SSH-PRIVATE-KEY" && export ANSIBLE_VAULT_PASS='YOUR_ANSIBLE_VAULT_PASS'
cd ./patch_10.2.9.8.1
./patch_10.2.9.8.1.sh applyWait for 10 minutes till the patch is successfully applied.