Symptoms
The following error message is displayed on IP address management page (Plesk, Server, IP addresses ):Warning: The Plesk database is corrupt. Please launch the Reconfigurator utility to fix it
Cause
Plesk database contains corrupted records that may have been created because of problems during certificate removal.Resolution
Plesk database should be checked for inconsistency.Please login to Plesk Mysql :
"%plesk_dir%\mysql\bin\mysql" -uadmin -p<plesk_password> -P8306 psaThe following sql query needs to be executed in Plesk database:
delete from repository where rep_id=1 and component_id not in (select id from certificates);Note: The article is valid providing that Plesk database engine is Mysql.