• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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