• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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