Do you ever come across the following error when you access plesk panel Windows.

Domain activation fails: The subscription is temporarily unavailable because the data backup or restoration is in progress

Cause

Domain gets suspended during a backup task and is not resumed after the task completion, which causes database inconsistency.

Resolution

Login to server and Open CMD anduse below command

Now you need to access plesk database

cd %plesk_dir%\mysql\bin


mysql -P8306 -uadmin -pPLESK_ADMIN_PASSWORD psa

update domains set status = 0 where name="domain.tld";

 

You need to replace your domain name with domain.tld. Please take plesk database backup before making any changes. You can see the steps here to take backup of plesk database in window.