• 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

Install Plesk 11.5.30?

clinton4

Regular Pleskian
Hi,

I am trying to install Plesk 11.5.30

I have downloaded the autoinstaller to my CentOS 7 server:
# wget http://autoinstall.plesk.com/plesk-installer
#chmod +x plesk-installer
#./plesk-installer --all-versions
I have also tried:
# ./plesk-installer --select-release-id PLESK_11_5_30

But i only get options from Plesk 12.0.18 to 12.1.15.

According to http://kb.odin.com/en/114611

I should run /usr/local/psa/admin/sbin/autoinstaller --all-versions to install older versions of Plesk, but when i run this the file does not exist.

How do i install Plesk 11.5.30?
 
Hi clinton4,

your second try was partially correct... the selector "--select-release-id PLESK_11_5_30" does not include WHAT you would like to install, so you have to add components as well. For example:

./plesk-installer --select-product-id plesk --select-release-id PLESK_11_5_30 --install-component base --install-component psa-autoinstaller
 
Back
Top