Upgrade from v9.2.1.1 to v9.2.1.2
The following examples are provided for SPA v9.2.1.1.
Prerequisites
- You have WorkFusion SPA 9.2.1.1 installed.
- You have downloaded the package with the SPA service pack 9.2.1.2 sp-9.2.1.1-9.2.1.2.tar.gz to DB, APP, AutoML Master, AutoML Agent(s), OCR, and APM servers. The package location is irrelevant. In the following example, the package is located in /tmp/sp-9.2.1.1-9.2.1.2.tar.gz.
- You must run upgrade from 9.2.1.1 to 9.2.1.2 as . The user must have all required access permissions for the package location. The Root user is not required.
Preparation
To unzip the 9.2.1.2 service pack on all servers, run the following commands as <WF_USER> on all Linux servers: DB, APP, OCR, APM, AutoML Master, AutoML Agent(s). Remember to replace with the specific installation directory.
$ export INSTALL_DIR=/opt/workfusion ## the value of "install_dir" setting from config.yml used in 9.2.1.1 installation
$ mkdir $INSTALL_DIR/wf_installer_9212
$ tar -xzvf /tmp/sp-9.2.1.1-9.2.1.2.tar.gz -C $INSTALL_DIR/wf_installer_9212
Upgrade
Run the following command as <WF_USER> on Linux servers, strictly in the following order: DB, OCR, APM, AutoML Master, AutoML Agent(s), APP.
cd $INSTALL_DIR/wf_installer_9212
./patch.sh <SERVER_ROLE>
Available options for the <SERVER_ROLE> are:
- db
- apm
- ocr
- vds-master
- vds-slave
- app
Post-upgrade steps
Check the <INSTALL_DIR>/VERSION file. Parameter spa_version must be changed to **9.2.1.2 **and the Patch section must appear in the end of the file with all applied patches mentioned.