automation-suite
2022.10
false
UiPath logo, featuring letters U and I in white

Automation Suite Installation Guide

Last updated Jan 27, 2025

Applying a patch

An Automation Suite patch is an update to an existing version, which addresses bugs or security vulnerabilities. For instance, patch 2022.10.14+patch1 addresses issues impacting version 2022.10.14.

Important:

Instead of applying the patch, we recommend upgrading to the Cumulative Update (CU) that contains the same fix. All fixes provided in patches will also be available in the CU mentioned in the release notes for the patch.

To apply a patch to an existing Automation Suite version, take the following steps:

  1. Update the registry with the latest images.
    1. Download the following patch artifacts from Patch artifact download links. Choose the set of artifacts applicable to your patch and registry configuration type.

      • sf.tar.gz

      • Any optional Document Understanding or Computer Vision bundle, if needed.

    2. For offline, take the following steps:

      1. Make sure that sf.tar.gz is available in the /uipath/tmp folder. Run the following commad:
        ./configureUiPathAS.sh registry upload --offline-bundle "/uipath/tmp/sf.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --offline-bundle "/uipath/tmp/sf.tar.gz" --offline-tmp-folder "/uipath/tmp"
      2. Load the optional bundles:

        1. To load the optional Document Understanding bundle, run the following command:

          ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp"
        2. To load the optional Computer Vision bundle, run the following command:
          ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/cv-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/cv-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp" 
  2. Download versions.json. For instructions, see Patch artifact download links.
  3. Apply the patch by running the following command:
    ./install-uipath.sh --patch /tmp/versions.json --install-type <INSTALL_TYPE> -i ./cluster_config.json -o ./output.json -s --accept-license-agreement./install-uipath.sh --patch /tmp/versions.json --install-type <INSTALL_TYPE> -i ./cluster_config.json -o ./output.json -s --accept-license-agreement
    Replace INSTALL_TYPE with the applicable value: offline or online.
  4. Check if the patch operation was successful by taking the following steps:
    1. Run the following command to list the versions of all services:

      kubectl -n argocd get application -o widekubectl -n argocd get application -o wide
    2. Verify that the versions of the patched services are updated.

Was this page helpful?

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