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

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Upgrade fails due to Velero migration issue

Description

An issue related to Velero migration causes the in-place upgrade to Automation Suite 2024.10.1 and 2024.10.2 to fail when the backup is enabled.

Solution

To address the problem, take the following steps:

  1. If you have enabled backup in cluster, then disable the backup and uninstall Velero.

    1. To disable backup, refer to the Disabling the schedule snapshot backup section.

    2. To uninstall Velero, run the following command:

      kubectl delete ns velero
      kubectl delete ns velero
      
  2. After executing the first step, create a copy of your cluster_config.json and modify the original cluster_config.json to remove the snapshot field. Run the following command:

    cp cluster_config.json orig.cluster_config.json
    cat cluster_config.json | jq "del(.snapshot)" > cluster_config.json
    cp cluster_config.json orig.cluster_config.json
    cat cluster_config.json | jq "del(.snapshot)" > cluster_config.json
    
  3. Once you complete the upgrade, use original JSON file, orig.cluster_config.json, and reconfigure the backup as described in the Providing the backup store configuration section.

  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated