• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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