Question:
The message is shown in Plesk: The repair operation is in progress. You will be redirected to the login page when it completes
Symptoms
- The following message exists at Plesk Home page:
The repair operation is in progress. You will be redirected to the login page when it completes
Upgrade failed. To remove this notice, remove the file /var/lock/parallels-panel-upgrade-failure.flag from the server
Last Plesk update finished successfully. No errors or warnings can be detected in the /var/log/plesk/install/autoinstaller3.log log file.
Cause
The previous Plesk update was marked as failed, thus the warning persists in Plesk UI.
There are Plesk installation or repair locks:
#ls /var/lock/parallels*
parallels-panel-bootstrapper-running.lock
parallels-panel-maintenance-mode.flag
parallels-panel-upgrade-failure.flag
Resolution
1.Connect to the server via SSH.
2.Create a new directory for locks:
#mkdir /root/locks/
3.Move the locks to this directory:
#mv /var/lock/parallels-panel-* /root/locks/
4.Log into Plesk and refresh the Home page.