• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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