Upgrade from v9.2.1.2 to v9.2.1.3
Prerequisites
- You have WorkFusion SPA v9.2.1.2 installed.
- All actions for the upgrade must be performed as <WF_USER>. The Root user is not required.
Preparation
To prepare the 9.2.1.3 service pack on all servers, on the APP server, run the following commands as <WF_USER>:
$ mkdir -pv <install_dir>/patches/patch_9.2.1.3
$ cd <install_dir>/patches/patch_9.2.1.3
$ curl -o 'patch_9.2.1.3.tar.gz' '<patch download url>'
$ md5sum 'patch_9.2.1.3.tar.gz'
$ tar xzf patch_9.2.1.3.tar.gz
Upgrade
To upgrade, on the APP server, run the following command as <WF_USER>:
$ cd <install_dir>/patches/patch_9.2.1.3
$ ./patch_9.2.1.3.sh update_ws
Post-upgrade steps
After the upgrade, on the APP server, run the following command as <WF_USER>:
$ cd <install_dir>/patches/patch_9.2.1.3
$ ./install.sh check_raw app -e @/tmp/config_overrides.yml -e test_rpa=true -e test_ocr=true -e test_ml=true
Rollback
To roll the changes back, on the APP server, run the following command as <WF_USER>:
$ cd <install_dir>/patches/patch_9.2.1.3
$ ./patch_9.2.1.3.sh rollback_ws