Skip to main content
Version: 10.2.9

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.
caution

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:

  1. Log in to the MASTER server as APPLICATION_USER.

  2. Download the RPA installer for v10.2.9.4.1 and add it to the INSTALL_DIR/wf_installer/sources directory, for example, /opt/workfusion/wf_installer/sources.

  3. 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.4
  4. Uninstall 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 rpa
  5. 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.