Question
How to install beta/older Plesk versions?
Answer
Note: In case Plesk is already installed on a server, only the current Plesk version and Plesk versions to which direct upgrade can be performed will be displayed. For production servers, we strongly recommend to use the latest non-testing version.
Â
Â
-
Download Plesk Installer:
# wget https://autoinstall.plesk.com/plesk-installer
-
Add execution permissions to Plesk Installer:
# chmod +x plesk-installer
-
Start Plesk installer with the
--all-versions
key:# ./plesk-installer –all-versions
-
Proceed to the product list and select a desirable Plesk release using the numbers and start the installation.
Note: Some old Plesk releases cannot be installed on newer operating systems. To see the list of supported and unsupported OSes, visit Plesk Lifecycle Policy.
Below is the list of available Plesk releases for CentOS 7:
1. [*] Plesk
2. (*) Plesk Onyx 17.9.12 (testing)
3. ( ) Plesk Onyx 17.9.11 (testing)
4. ( ) Plesk Onyx 17.9.10 (testing)
5. ( ) Plesk Onyx 17.9.9 (testing)
6. ( ) Plesk Onyx 17.9.8 (testing)
7. ( ) Plesk Onyx 17.9.7 (testing)
8. ( ) Plesk Onyx 17.9.6 (testing)
9. ( ) Plesk Onyx 17.9.5 (testing)
10. ( ) Plesk Onyx 17.9.4 (testing)
11. ( ) Plesk Onyx 17.9.3 (testing)
12. ( ) Plesk Onyx 17.8.11 (Stable)
13. ( ) Plesk Onyx 17.5.3 (Stable)
14. ( ) Plesk Onyx 17.0.17 (Stable)If the required Plesk release is not available in the list, do the following:
-
Exit Plesk Installer and run the following command to list all Plesk releases (including unsupported by this OS):
# ./plesk-installer –show-all-releases
-
In the command below, replace $RELEASE with the release_id taken from the output above and run the command:
# ./plesk-installer –select-product-id plesk –select-release-id $RELEASE –installation-type Typical
For example, to install Plesk 9.5.4, run:
# ./plesk-installer –select-product-id plesk –select-release-id PLESK_9_5_4 –installation-type Typical
-
Â
Â
-
Download Plesk Installer to your Windows server.
-
Start a command prompt as an Administrator and switch to the directory with downloaded Plesk Installer (By default, C:UsersAdministratorDownloads):
C:> cd C:UsersAdministratorDownloads
-
Start Plesk installer with the
--all-versions
key:C:> plesk-installer.exe –console –all-versions
-
Proceed to the product list and select a desirable Plesk release using the numbers:
1. [*] Plesk
2. (*) Plesk Onyx 17.9.12 (testing)
3. ( ) Plesk Onyx 17.9.11 (testing)
4. ( ) Plesk Onyx 17.9.10 (testing)
5. ( ) Plesk Onyx 17.9.9 (testing)
6. ( ) Plesk Onyx 17.9.8 (testing)
7. ( ) Plesk Onyx 17.9.7 (testing)
8. ( ) Plesk Onyx 17.9.6 (testing)
9. ( ) Plesk Onyx 17.9.5 (testing)
10. ( ) Plesk Onyx 17.9.4 (testing)
11. ( ) Plesk Onyx 17.9.3 (testing)
12. ( ) Plesk Onyx 17.8.11 (Stable)
13. ( ) Plesk Onyx 17.5.3 (Stable)
14. ( ) Plesk Onyx 17.0.17 (Stable)
Â