• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Update 10.4 to 11.0 failed

Webtrixx

New Pleskian
Hi

iam trying to make an update form plesk panel 10.4 to 11.0 but after start the update, plesk said:
"Error: Mit der Installation kann erst fortgefahren werden, wenn das Paket mysql55-server-5.5.31-2.w5.x86_64"

But i cant remove this package because if i remove than i remove imortant packages for plesk too and plesk will dont working anymore.

So what can i do to update plesk without removing this package.

Thanks for help
 
its centos 5

rpm -qa|grep -i mysql says:

perl-DBD-MySQL-3.0007-2.el5
mysql55-server-5.5.31-2.w5
php53-mysql-5.3.3-13.el5_8
libmysqlclient15-5.0.95-5.w5
mysql55-5.5.31-2.w5
mysql-connector-odbc-3.51.26r1127-2.el5
mysql55-libs-5.5.31-2.w5
 
I see you have a non-standard mysql packages... Webstatic repo, I presume?

You may:
* either remove offending packages without dependencies and install standard MySQL packages, and then upgrade Plesk to 11.0.9;
* or upgrade to Plesk 11.5, which technically should allow any third-party MySQL packages (though I'm not sure Webstatic packages were tested to be compatible with Plesk, so better make a full backup).
 
ok ..

i removed the package (mysql55-server-5.5.31-2.w5.x86_64) without dependencies and tried to install the standard (yum install mysql) but i get this error

---> Package php-common.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Processing Conflict: php53-common conflicts php-common
--> Processing Conflict: mysql55-server conflicts mysql-server < 5.5
--> Finished Dependency Resolution
php53-common-5.3.3-13.el5_8.x86_64 from installed has depsolving problems
--> php53-common conflicts with php-common
mysql55-server-5.5.31-2.w5.x86_64 from installed has depsolving problems
--> mysql55-server conflicts with mysql-server
Error: mysql55-server conflicts with mysql-server
Error: php53-common conflicts with php-common
You could try using --skip-broken to work around the problem

Really i dont know what to do
 
Back
Top