- Overview
- Requirements
- Pre-installation
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting

Automation Suite on EKS/AKS Installation Guide
Upgrade and migration troubleshooting
If you encounter issues while upgrading Automation Suite or while migrating from a standalone UiPath® product to Automation Suite, see the following:
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.
To address the problem, you must manually change the PVC sizes in ArgoCD UI:
-
In the ArgoCU UI, select Insights.
-
From the upper-left corner, select the Details button and then select the Parameters tab.
-
From the upper-right corner, select the Edit button and update the
size
parameter underinsightslooker.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.storage
kubectl 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.storage
kubectl get pvc -n uipath insights-looker-datadir-pvc -o json |jq -r .status.capacity.storage
-
-
After you update the VALUES field, select the SAVE button and sync Insights.