While upgraded vRA instances from 8.x to 8.x apparently successful, but there are errors showing in the output with vracli upgrade status --follow
command.
VMware vRealize Automation 8.x
Clean the error from output of vracli
upgrade status with below steps.
Run below command on all nodes, and the vracli upgrade status --follow
command will returns “No upgrade is currently in progress.”
vracli cluster exec -- bash -c 'rm -rf /data/restorepoint /var/vmware/prelude/upgrade /var/log/vmware/prelude/upgrade-report-latest*; crontab -u root -l | grep -v -F "/opt/scripts/upgrade/upg-mon.sh" | crontab -u root -'
Note: Check if you are able to access the vRA post upgrade and you see the new version of vRA or
ensure the vRA is correctly upgraded on the vRA UI check what is the version that is reflecting.