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

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