• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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 https://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