Infra Upgrade failing from 2023.4 to 2023.10.2 Version with Error Message " Failed to Validate NFS Permission " .
Issue Description
While upgrading Automation Suite from 2023.4 to 2023.10.2, Infra Upgrade Failed with the below Error Message.
"Failed to Validate NFS Permission"
Symptoms:
- Infra Upgrade Failed with NFS Permission Error
- Check if the backup has been disabled or not before the Upgrade, use the below command to check the backup status.
./configureUiPathAS.sh snapshot backup disable
Resolution
- This issue can occur due to the backup-hook-service deployment
- This deployment should be deleted after backup disable
- To fix this issue, delete the backup-hook-service deployment with the below-mentioned command.
kubectl get -n uipath-infra deploykubectl delete -n UiPath-infra deploy backup-hook-service