• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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