• 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

Resolved Plesk 17.0 -> 17.5 upgrade error with mysql-community-server-5.6.37

JTRipper

Regular Pleskian
Hello,

some time ago, I have upgraded mysql from mariadb to mysql-community-server-5.6.37:

# rpm -qa | grep mysql|grep server
plesk-mysql-server-17.0.17-cos7.build1700161028.14.x86_64
mysql-community-server-5.6.37-2.el7.x86_64

All was working just fine for months.

Now, during an usual upgrade of Plesk from 17.0 to 17.5.3 I got this error:

Running Transaction Check
Fatal error during packages installation: [u'ERROR with transaction check vs depsolve:', 'mariadb-server >= 5.0.60 is needed by plesk-mysql-server-17.5.3-cos7.build1705170317.16.x86_64']
YumRPMCheckError: [u'ERROR with transaction check vs depsolve:', 'mariadb-server >= 5.0.60 is needed by plesk-mysql-server-17.5.3-cos7.build1705170317.16.x86_64']
and I'm unable to proceed with the upgrade.

I dont know why Plesk still wants mariadb ?

Did I miss something ?

Thanks in advance.
Jack
 
Hi JTRipper,

pls. note that Plesk 17.0.17 doesn't support MySQL Community server, while Plesk 17.5 supports MySQL Community in case of a "clean" installation.

To upgrade now to Plesk 17.0.17 to Plesk 17.5, pls. use the manual command ( logged in as "root" over SSH ):
Code:
rpm -Uvh --nodeps http://autoinstall.plesk.com/PSA_17.5.3/dist-rpm-CentOS-7-x86_64/contrib/plesk-mysql-server-17.5.3-cos7.build1705170317.16.x86_64.rpm
... and pls. proceed with the autoinstaller - process afterwards:
Code:
plesk installer
 
Hello UFHH01,

now I got this warning:
Warning: RPMDB altered outside of yum.
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
plesk-mysql-server-17.5.3-cos7.build1705170317.16.x86_64 has missing requires of mariadb-server >= ('0', '5.0.60', None)

but all the upgrade went smoothly as usual.

Thank You.
 
Back
Top