Automation Suite
2023.10
false
Banner background image
Automation Suite on Linux Installation Guide
Last updated Apr 19, 2024

Retrieving the latest applied configuration from the cluster

It is recommended that you retrieve the configuration file from the cluster before attempting an upgrade.

To retrieve the configuration, take one of the following steps.

Note:
The following commands generate the latest cluster_config.json file at the /opt/UiPathAutomationSuite/cluster_config.json location. You need the configuration file in the following steps to complete the upgrade.

Running one of these commands prevents you from overwriting your configurations when performing the upgrade.

Make sure you use the configureUiPathAS.sh script from the version of the installer that is currently installed on your system. For instance, if you run version 2023.4, you must use the configureUiPathAS.sh script from 2023.4 to retrieve the file.
Make sure you use the uipathctl command from the base version directory when you upgrade from 23.10.0 or later versions.
  • If you upgrade from versions prior to 2023.10.0, use the following options:

    • Option A: If you already have a cluster_config.json file available, get it by navigating to the latest installer folder and running the following command:
      cd /opt/UiPathAutomationSuite/latest/installer
      
      ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.jsoncd /opt/UiPathAutomationSuite/latest/installer
      
      ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
    • Option B: If you do not have a cluster_config.json file available, generate one by navigating to the latest installer folder and running the following command:
      cd /opt/UiPathAutomationSuite/latest/installer
      
      ./configureUiPathAS.sh config get -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.jsoncd /opt/UiPathAutomationSuite/latest/installer
      
      ./configureUiPathAS.sh config get -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
  • If you upgrade from 2023.10.0 or later versions, generate the config file by navigating to the latest installer folder and running the following command:
    uipathctl manifest get-revision >> ./cluster_config.jsonuipathctl manifest get-revision >> ./cluster_config.json

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.