• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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