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

mysql5

If you try to install plesk 8.1 on CentOS4.4 with mysql5 installed from centosplus you will get:

Resolve components
ERROR: Impossible do installation while package mysqlclient14-4.1.14-4.2.c4.1.i386 is installed in system
Errors just before:
- Trying to find conflicts dependencies for package mysql-4.1.20-1.RHEL4.1.i386
- Unresolved conflict: necessary package mysql-4.1.20-1.RHEL4.1.i386 is conflicts with mysqlclient14-4.1.14-4.2.c4.1.i386. There is no upgrade solution or obsoleter for mysqlclient14, add to removable list mysqlclient14
- Find remove mode solution for package mysqlclient14-4.1.14-4.2.c4.1.i386

ERROR: Installation failed

Should mysql5 installed after plesk8.1 setup?
 
Here is how I managed to upgrade to MySQL 5.0.27 on Centos4 with Plesk 8.1:

After installing plesk and updating everything, as root execute:

yum --enablerepo=centosplus upgrade mysql

This worked like a charm for my Centos4 box. Plesk reports correct mysql-5.0.27 version.

Good luck everyone...
 
Back
Top