• 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.

Problem Upgrading from 11.0.9 to 11.5.29

mendip_discovery

New Pleskian
[FIXED] Problem Upgrading from 11.0.9 to 11.5.29

Evening all

I have tried through both web based and ssh based upgrade options. I get the same error.

Code:
 MySQL databases are dumped to /var/lib/psa/dumps/mysql.preupgrade.11.0.9-11.5.29.20130615-220241.dump.gz
 Trying to upgrade APS controller database...
===> Cumulative APS controller database (apsc) upgrade has been started.
 Trying to backup MySQL database... done
 MySQL databases are dumped to /var/lib/psa/dumps/mysql.preupgrade.apsc.11.0.9-11.5.29.20130615-220243.dump.gz
ERROR 1548 (HY000) at line 67: Cannot load from mysql.proc. The table is probably corrupted


MySQL: 5.5.32 and I am running PHP: 5.4.16. On a CentOS system.

The apsc database is running as a InnoDB and I have tried a check etc on it and its fine.

Thanks in advance for any advice.€
 
Last edited:
Well that fixed it. Thanks.

What is strange is that I run this after I do any mysql updates.

Code:
mysqlcheck --all-databases --check-upgrade --auto-repair
 
Back
Top