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

Automation Suite on Linux installation guide

Last updated Nov 13, 2025

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 velerokubectl 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.jsoncp 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?

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