• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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