• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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