Upgrade RPA server from 9.X to 10.0
Upgrade under Windows
- Back up the current installation. Copy RPA folder (for example,
C:\RPA) toC:\RPA_old. - Uninstall RPA using the respective item from Programs and Features in Control Panel.
- Install RPA as described here.
- In the INSTALL_DIR\bot-agent\conf\units directory, add the UnitX.yml files for the number of Bot Units you have, for example, INSTALL_DIR\bot-agent\conf\units\unit{Unit_id}.yml (Unit1.yml base example).
Upgrade manually under Linux
note
Manual upgrade is not recommended. Use the ansible installer instead.
To upgrade RPA under Linux:
Install Bot Manager.
Stop Bot Manager.
wfmanager stop bot-managerCopy hostnames from the quota.xml file to machines.yml located in the <install_dir>\bot-manager\config directory.
Start Bot Manager.
wfmanager start bot-manager