Upgrade from v9.4.0 to v9.4.1
This guide describes the steps to apply patch_9.4.1 to SPA v. 9.4.0.
Prerequisites
- You have WorkFusion SPA 9.4.0 installed.
- All actions for applying patch 9.4.1 must be performed as
<WF_USER>. The Root user is not required. - You have set the value of INSTALL_DIR in the
/patches/patch_9.4.1/varsfile according to the relevant path.
Upgrade procedure
Prepare APP node for patching
Create the
<install_dir>/patches/patch_9.4.1directory, download and extract the patch into it:$ mkdir -pv <install_dir>/patches/patch_9.4.1 $ cd <install_dir>/patches/patch_9.4.1 $ curl -o 'patch_9.4.1.tar.gz' '<patch download url>' $ tar xzf patch_9.4.1.tar.gzYou will see the following directory structure:
-rwxrwxr-x. 1 wfuser wfuser 18453 Feb 9 07:16 patch_9.4.1.sh -rw-rw-r--. 1 wfuser wfuser 3502219630 Feb 9 08:49 patch_9.4.1.tar.gz drwxrwxr-x. 16 wfuser wfuser 226 Feb 7 10:12 sources -rw-rw-r--. 1 wfuser wfuser 171 Feb 9 07:01 varsStop all WorkFusion services:
$ wfmanager stop all
Upgrade APP server
To upgrade APP, on the APP server, execute the following command:
$ cd <install_dir>/patches/patch_9.4.1
$ ./patch_9.4.1.sh upgrade_ct
You will see the following output:
Mon Feb 14 09:07:16 UTC 2022 Upgrading components on APP server
Mon Feb 14 09:07:16 UTC 2022 Backup current Control Tower artifact (workfusion.war)
mkdir: created directory «backup»
mkdir: created directory «backup/workfusion_9.4.0.0»
Mon Feb 14 09:07:16 UTC 2022 Updating Control Tower artifact...
Mon Feb 14 09:07:17 UTC 2022 Control Tower update completed
Mon Feb 14 09:07:17 UTC 2022 APP server upgrade completed
Start WorkFusion services on APP node
$ wfmanager start all
WorkFusion Studio
To upgrade WorkFusion Studio to that latest version:
Download the Studio installer for Windows 64-bit to your local machine and extract the archive to any suitable folder.
In the extracted folder, execute
workfusion-studio.exeto run Studio.You can re-use Workspace from the previous version, but we recommend that you create a new one.
Post-upgrade steps
After the upgrade, on the APP server, check a business process as <WF_USER>:
$ cd /tmp/workfusion-full-package-9.4.0.0-12/
$ ./install.sh check_raw app -e @/tmp/config_overrides.yml