Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
- How to install or update to a specific or legacy Plesk Obsidian version?
- Is it possible to select the exact Plesk Obsidian version that you would like to update to?
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.
-
Connect to the Plesk server via SSH
Note: If Plesk is already installed on the server, you can skip steps 2, 3 and 4 and just run the following command instead:
# plesk installer --all-versions
-
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 desired Plesk release using the numbers.
-
Start the installation.
Note: Some legacy Plesk releases cannot be installed on newer operating systems. To see the list of supported and unsupported OSes, visit Plesk Lifecycle Policy.
-
Connect to the Plesk server via RDP
Note: If Plesk is already installed on the server, you can skip steps 2, 3 and 4 and run the following command instead:
C:\> plesk installer --console --all-versions
-
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:\Users\Administrator\Downloads):
C:\> cd C:\Users\Administrator\Downloads
-
Start Plesk installer with the
--all-versions
key:C:\> plesk-installer.exe --console --all-versions
-
Proceed to the product list and select a desired Plesk release using the numbers.
-
Start the installation.
Comments
1 comment
by skipping steps 2 and 3, 4 wont work.
I tried it and 4 says no such file or directoy exists in ssh. you still need plesk.
Please sign in to leave a comment.