RPA Server upgrade
Upgrade under Windows
Back up the current installation. Copy RPA folder (
C:\RPA) toC:\RPA_old.Uninstall RPA using the respective item from Programs and Features in Control Panel.
Install RPA as described in RPA Windows Server Installation.
If
hub.jsonandnodeX.jsoninC:\RPA\rpa-grid\have been modified in the previous installation for any particular purposes, merge the changes manually.Do not replace new files while upgrading to version 8.5 from previous versions, as the files are incompatible. In this case, it is recommended to set the custom capabilities in the new files.
Manual upgrade under Linux
All services on Linux servers are updated during the install command execution.
Log in to APP server over SSH and switch to
<WF_USER>.Stop RPA Manager:
wfmanager stop rpa-managerReplace the RPA Manager file (
rpa-manager-server-$version.war) in the RPA Manager folder (<INSTALL_DIR>/rpa-manager) with a new one.Start RPA Manager:
wfmanager start rpa-manager