• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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