• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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