• 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.

Issue plesk-mysql-server-18.0-2 has missing requires of mariadb-server >= ('0', '5.0.60', None)

qtwrk

Basic Pleskian
Hi,


[root@server1 ~]# cat /etc/*release
CloudLinux release 7.9 (Boris Yegorov)
[root@server1 ~]# plesk version | grep "Product version"
Product version: Plesk Obsidian 18.0.35.2


today I ran yum update and it gave error


** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
plesk-mysql-server-18.0-2.centos.7+p18.0.34.0+t210225.1437.noarch has missing requires of mariadb-server >= ('0', '5.0.60', None)


so googled this out Unable to upgrade to Plesk Onyx: 'mariadb-server >= 5.0.60 is needed by plesk-mysql-server

but seems not working


[root@server1 ~]# rpm -Uvh --nodeps http://autoinstall.plesk.com/pool/P...2.centos.7+p18.0.34.0+t210225.1437.noarch.rpm
Retrieving http://autoinstall.plesk.com/pool/P...2.centos.7+p18.0.34.0+t210225.1437.noarch.rpm
Preparing... ################################# [100%]
package plesk-mysql-server-18.0-2.centos.7+p18.0.34.0+t210225.1437.noarch is already installed


and it still give same error

anything else I could try ?


Best regards,
 
@qtwrk , I guess that is the reason.

you should use
Code:
http://autoinstall.plesk.com/PSA_18.0.36/dist-rpm-CloudLinux-7-x86_64/contrib/plesk-mysql-server-community-18.0-2.centos.7+p18.0.34.0+t210225.1437.noarch.rpm
package instead:

Code:
~]# rpm -q -p plesk-mysql-server-community-18.0-2.centos.7+p18.0.34.0+t210225.1437.noarch.rpm --requires
mysql-server >= 5.0.77
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsXz) <= 5.2-1
 
Hi,

thanks for the reply



I did

rpm -e plesk-mysql-server-18.0-2.centos.7+p18.0.34.0+t210225.1437.noarch
rpm -Uvh --nodeps http://autoinstall.plesk.com/PSA_18...2.centos.7+p18.0.34.0+t210225.1437.noarch.rpm
yum clean all
yum update


now hit different error ...

--> Processing Conflict: 1:kernel-core-4.18.0-193.28.1.lve1.el7h.x86_64 conflicts kexec-tools < 2.0.20-8
--> Finished Dependency Resolution
Error: kernel-core conflicts with kexec-tools-2.0.15-51.el7_9.2.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


maybe I should reach CloudLinux this time ?

Best regards,
 
now hit different error ...

--> Processing Conflict: 1:kernel-core-4.18.0-193.28.1.lve1.el7h.x86_64 conflicts kexec-tools < 2.0.20-8
--> Finished Dependency Resolution
Error: kernel-core conflicts with kexec-tools-2.0.15-51.el7_9.2.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


maybe I should reach CloudLinux this time ?

Best regards,
hi @qtwrk ,
seems you need lower version of kernel-core or higher version of kexec-tools.
I'd suggest you to heck that you have enabled correct CloudLinux repos (all the same version).

and yes, this packages conflict between system packages. So if you not sure how to resolve it - it would be better to reach CL support.

p.s> what would be if you try exec something like
Code:
yum install --dry-run kernel-core kexec-tools
probably yum will be able to resolve this dependencies collision?
 
Back
Top