• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Upgrade from 11 to 12 fails

gijsbert

Basic Pleskian
I've been upgrading several plesk control panels from version 11 to 12 without any problems. But right now, I do face a problem.

The installation log:

===
START Bootstrapper 12.0.18 prep-install for BASE AT Thu Dec 3 21:05:39 CET 2015
***** problem report *****
ERROR while trying to execute SQL query, the query was: ALTER TABLE `domains` ADD `description` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again
STOP Bootstrapper 12.0.18 prep-install for BASE AT Thu Dec 3 21:06:12 CET 2015: PROBLEMS FOUND
START Bootstrapper 12.0.18 prep-install for BASE AT Thu Dec 3 21:10:44 CET 2015
***** problem report *****
ERROR while trying to Admin client record not found
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again
STOP Bootstrapper 12.0.18 prep-install for BASE AT Thu Dec 3 21:11:48 CET 2015: PROBLEMS FOUND
===

Although the installation broke the panel, I could still login to the database and the description has been added to the domains table. I cannot find any information about the "Admin client record not found". Which table should I check?

I've attached the full installation log. Especially line 89 seems to be a problem: ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query.

I have tried to upgrade the panel twice, but the same error occurs. I had to dump and restore the psa database to get the panel function again.

Any help would be appreciated.
 

Attachments

  • plesk_12.0.18_installation.txt
    17.1 KB · Views: 1
Usually error like "ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query." is caused by database corruption. To locate a corrupted table try to check database table next to reported in alphabetical order with mysqlcheck. As soon as corrupted table was located try to fix it with mysql REPAIR TABLE.
 
Back
Top