• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Can't upgrade to Plesk 11 from 10.4.4

MiguelG

Basic Pleskian
WHen i try to upgrade i got this message:

Parallels Panel pre-upgrade check...
EMERGENCY: Old version of mysqlclient15 is installed, which can lead to upgrade fail. You can apply workaround from article http://kb.parallels.com/en/113737

I've tried to follow this steps http://kb.parallels.com/en/113737 but when i use

yum update mysqlclient15

it says that there is not packages marked for update. What's wrong? can anyone help me with this issue?
 
What is version of your OS and what sort of output following command:

# rpm -q --queryformat '%{RELEASE}\n' mysqlclient15
 
Have you checked in your OS repository newest version of this package? Have you tried to find it and install on your server?
 
What about download newest version of this package for your OS and install it with

# rpm -ivh package_name.rpm

?
 
Back
Top