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

Automation Suite on Linux Installation Guide

Last updated Jan 8, 2025

Upgrade and migration troubleshooting

Upgrade fails due to overridden Insights PVC sizes

Description

The upgrade can fail due to an issue where existing insights PVC sizes get overridden during the process. This issue occures due to unexpected changes to the PVC sizes that are not correctly reflected during the upgrade.

Solution

To address the problem, you must manually change the PVC sizes in ArgoCD UI:

  1. In the ArgoCU UI, select Insights.

  2. From the upper-left corner, select the Details button and then select the Parameters tab.

  3. From the upper-right corner, select the Edit button and update the size parameter under insightslooker.insightslooker.persistence according to your deployed PVC size.
    • To retrieve the correct size of insights-looker-lookerdir-pvc, run the following command:
      kubectl get pvc -n uipath insights-looker-lookerdir-pvc -o json |jq -r .status.capacity.storagekubectl get pvc -n uipath insights-looker-lookerdir-pvc -o json |jq -r .status.capacity.storage
    • To retrieve the correct size of insights-looker-datadir-pvc, run the following command:
      kubectl get pvc -n uipath insights-looker-datadir-pvc -o json |jq -r .status.capacity.storagekubectl get pvc -n uipath insights-looker-datadir-pvc -o json |jq -r .status.capacity.storage
  4. After you update the VALUES field, select the SAVE button and sync Insights.

  • Upgrade fails due to overridden Insights PVC sizes
  • Description
  • Solution

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.