• 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

Force components update

Tanglung69

New Pleskian
Hello,

i just have activated Plesk components auto update (Mysql, phpmyadmin ...)

is there a command to force manualy the update ? We need Mysql 5.5 asap ...

Thanks for your answer
 
Yes you can use the auto installer to manually upgrade / install Plesk + it's components ...
Code:
/usr/local/psa/admin/sbin/autoinstaller
 
thanks, i tried 2 commands :

Code:
plesk installer install-all-updates

and

Code:
/usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current \ --upgrade-installed-components

but both says that all my components are already up to date.

It s not normal because my MySQL version is 5.1, and in the plesk 12 release version, MySQL 5.5 is available ???

Thanks for your help
 
Hi Tanglung69,

you can control your Plesk components with the command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options

You can see with the output, which components are up-to-date, which are installed and you can see as well, which components could be installed or removed.


Yes, Plesk does support third-party components, as listed at : http://download1.parallels.com/Ples...12.0-for-linux-installation-upgrade-info.html
Please make a difference between
and
and try not to mix these two parts.
 
ok thanks, i understand.

so i must do a
Code:
yum update mysql
with atomic ?

and as it's supported , i m sure that it has been tested by Plesk team ?

Best regards
 
Hi Tanglung69,

so i must do a
Code:
yum update mysql
please click here: http://lmgtfy.com/?q="yum+upgrade"+"mysql+5.1+to+5.5"

and as it's supported , i m sure that it has been tested by Plesk team ?
I don't know, what Odin's procedure is, to declare something as "supported", but you can be sure, that the listed software ( incl. the versions ) in the section
Supported Third-Party Components
... is supported. Yes.
 
Back
Top