Upgrade from 10.2.9.4 to 10.2.9.4.1
This guide outlines the process to upgrade the Work.AI platform from version 10.2.9.4 to 10.2.9.4.1.
Prerequisites
- You have Work.AI up and running.
- All Business Processes are stopped.
Before uninstalling the RPA component, manually copy the log content if you want to preserve the logs. The corresponding folder and all its contents will be deleted during the uninstallation process.
Log locations:
- Bot Agent logs:
..\RPA\bot-agent\logs - Worker logs:
..\RPA\logs - Nginx logs:
..\RPA\nginx\logs - WFSvc logs:
..\RPA\tools\logs
Upgrade
Upgrade the RPA components, depending on your installation approach:
- Single-point upgrade
- Multi-point upgrade
Log in to the MASTER server as
APPLICATION_USER.Download the RPA installer for v10.2.9.4.1 and add it to the
INSTALL_DIR/wf_installer/sourcesdirectory, for example,/opt/workfusion/wf_installer/sources.In
INSTALL_DIR/wf_installer/manifest.yml, specify the new version of the installer:rpa_installer: 10.2.9.4.1
# instead of rpa_installer: 10.2.9.4Uninstall the current RPA component and perform a clean installation of the new RPA component:
./install.sh uninstall rpa
./install.sh install rpa
./install.sh check rpaUpdate the following ZooKeeper properties:
<install_dir>/zookeeper/bin/zkCli.sh delete /config/bot-agent/rdp.reconnect.automatically
<install_dir>/zookeeper/bin/zkCli.sh create /config/bot-agent/rdp.reconnect.automatically
<install_dir>/zookeeper/bin/zkCli.sh set /config/bot-agent/rdp.reconnect.automatically false
The upgrade is now complete.
Log in to the RPA server and uninstall the RPA components: Control Panel → Programs and Features → RPA (Uninstall). After that, remove the RPA folder.
Download the RPA installer for v10.2.9.4.1.
Install the RPA component by following the instructions in the Install RPA Windows server.
Update the following ZooKeeper properties:
<install_dir>/zookeeper/bin/zkCli.sh delete /config/bot-agent/rdp.reconnect.automatically
<install_dir>/zookeeper/bin/zkCli.sh create /config/bot-agent/rdp.reconnect.automatically
<install_dir>/zookeeper/bin/zkCli.sh set /config/bot-agent/rdp.reconnect.automatically false
The upgrade is now complete.