• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

error in update...

V

VidPro

Guest
This is the error that I get when I try to update from 8.3 - 8.4

any ideas?


ERROR: PleskMainDBException


MySQL query failed: MySQL server has gone away
0: /usr/local/psa/admin/plib/common_func.php3:218
db_query(string 'SELECT id, type, url, priority, enabled, auth_required, login, password FROM ai_vendor_sources')
1: /usr/local/psa/admin/plib/autoinstaller/AutoInstallerVendorSource.php:136
AutoInstallerVendorSource::getVendorSources()
2: /usr/local/psa/admin/plib/autoinstaller/AutoInstallerManager.php:209
AutoInstallerManager->install(string 'PLESK_8_4_0', array, boolean false, string '[email protected]', boolean true)
3: /usr/local/psa/admin/htdocs/server/autoinstaller_install.php:101

Thanks
Matt
 
It looks like you might be using MySQL 5 for the 'psa' database. That could be your problem. Plesk only works with MySQL 4.

I could be wrong, this is just a guess ('cause "type" isn't quoted in that SQL statement).
 
Back
Top