• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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