• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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