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

Unable to upgrade from Plesk 10.2 => 10.4

waynez

New Pleskian
When I upgrade, I got "Error: Unable to proceed with the installation until the package mysql51-server-5.1.56-1.ius.el5.x86_64 is removed from the system."

So I run command "rpm -e mysql51-server-5.1.56-1.ius.el5.x86_64.rpm" but I got "error: package mysql51-server-5.1.56-1.ius.el5.x86_64.rpm is not installed"

(run command)#rpm -q mysql51-server-5.1.56-1.ius.el5.x86_64
(I got: )mysql51-server-5.1.56-1.ius.el5
(run command)#rpm -qa | grep mysql
(I got: ) mysql51-server-5.1.56-1.ius.el5
mysql51-bench-5.1.56-1.ius.el5
mysql51-libs-5.1.56-1.ius.el5
php53u-mysql-5.3.6-1.ius.el5
mysqlclient15-5.0.92-1.ius.el5
mysql51-5.1.56-1.ius.el5

(run command)rpm -e mysql51-server-5.1.56-1.ius.el5
(I got :)error: Failed dependencies:
mysql-server is needed by (installed) plesk-base-10.11.0-cos5.build1011110331.11.x86_64
mysql-server is needed by (installed) sitebuilder-core-4.5.0-centos5.build08090214.x86_64
mysql-server is needed by (installed) plesk-core-10.11.0-cos5.build1011110331.11.x86_64
mysql-server is needed by (installed) pp10.11.0-bootstrapper-10.11.0-cos5.build1011110331.11.x86_64

What should I do? Do I have to foce to remove it? will it broken my plesk server? Is there any suggestion for me?
 
Try to remove it with --nodeps and --justdb option. I know that it is dirty hack but it may help.
 
I get the same error when I try and upgrade components. I am already on 10.4

Error: Unable to proceed with the installation until the package mysql-libs-5.0.88-1.el5.art.x86_64 is removed from the system.

However, if I try and remove the package using RPM, it says:

rpm -e mysql-libs-5.0.88-1.el5.art.x86_64
error: Failed dependencies:
libmysqlclient.so.15()(64bit) is needed by (installed) perl-DBD-MySQL-3.0007-2.el5.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) psa-hotfix3-9.2.3-9.2.3-cos5.build92091210.17.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) mysql-5.0.88-1.el5.art.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) mysql-server-5.0.88-1.el5.art.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) php-mysql-5.2.12-1.el5.art.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) psa-mail-driver-common-10.13.4-cos5.build1013111102.18.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) plesk-mail-pc-driver-10.13.4-cos5.build1013111102.18.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) psa-libpam-plesk-10.13.4-cos5.build1013111102.18.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) plesk-core-10.13.4-cos5.build1013111102.18.x86_64
libmysqlclient.so.15()(64bit) is needed by (installed) psa-backup-manager-10.13.4-cos5.build1013111102.18.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by (installed) perl-DBD-MySQL-3.0007-2.el5.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by (installed) mysql-5.0.88-1.el5.art.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by (installed) mysql-server-5.0.88-1.el5.art.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by (installed) php-mysql-5.2.12-1.el5.art.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by (installed) mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
libmysqlclient_r.so.15()(64bit) is needed by (installed) mysql-server-5.0.88-1.el5.art.x86_64
libmysqlclient_r.so.15()(64bit) is needed by (installed) mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by (installed) mysql-server-5.0.88-1.el5.art.x86_64
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by (installed) mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
mysql-libs = 5.0.88-1.el5.art is needed by (installed) mysql-5.0.88-1.el5.art.x86_64
/usr/lib64/mysql/libmysqlclient.so.15 is needed by (installed) sw-engine-2.3-201111031520.centos5.x86_64

Any ideas?
 
Never mind, I applied your fix and it seemed to do the job. I tried it before but it didn't work, hence why I posted. However, when I was looking back through my output I noticed I had made a typo.

Thanks
 
Back
Top