Upgrade from 10.2.4.1 to 10.2.4.1.2
The article guides you through the upgrade from v10.2.4.1 to v10.2.4.1.2 of WorkFusion Intelligent Automation Cloud Enterprise.
To apply the patch, follow the steps below:
Make sure that there are no running Business Processes.
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 when downloading and extracting the patch package as shown below:
cd /opt/workfusion/wf_installer/ mkdir -pv ./patches cd ./patches/ curl -k -o 'patch_10.2.4.1.2.tar.gz' 'https://DOWNLOAD_LINK' tar xzf patch_10.2.4.1.2.tar.gzYou'll see a new directory named
patch_10.2.4.1.2with the patch content.Navigate to the directory with the patch content and run the command to apply it as per 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.4.1.2 ./patch_10.2.4.1.2.sh applyWait for 10 minutes till the patch is successfully applied.