Invoke-WebRequest -URI https://installer-win.plesk.com/plesk-installer.exe -OutFile plesk-installer.exe
plesk-installer.exe <OPTIONS> --upgrade-installed-components <OTHER_OPTIONS>
Option |
Use |
Explanation |
|---|---|---|
--source |
--source <URL> or --source <PATH> |
Packages source options define the location where the installer should obtain the Plesk packages for upgrading or installation. You can use either For information on managing local mirror repositories, see Mirroring Plesk Autoinstall Servers. |
--select-release-id |
--select-release-id <ID> |
This option defines what version Plesk will be upgraded to. View the list of available version IDs for publicly released versions by running: plesk-installer.exe --show-releases View the complete list of available version IDs including those intended for product review and testing purposes by running: plesk-installer.exe --show-releases --skip-branch-filter |
--installation-type |
--installation-type <TYPE> |
Choose one of the predefined sets of components for installation: Recommended, Full or Custom. View the available installation types by running: plesk-installer.exe --select-release-id <ID> --show-installation-types |
--install-component |
--install-component <COMPONENT_1> ^ [--install-component <COMPONENT_2> ^ [... [--install-component <COMPONENT_N>]]] (The caret |
Alternatively to View the complete list of components available for a specific version by running: plesk-installer.exe --select-release-id <ID> --show-components |
plesk-installer.exe --help
plesk-installer.exe --select-release-id PANEL_17_0_17_WIN ^
--upgrade-installed-components --enable-xml-output
plesk-installer.exe --source http://mirror.example.com/ ^
--target %SystemDrive%\Parallels ^
--select-release-id PANEL_17_0_17_WIN ^
--upgrade-installed-components ^
--install-component dns ^
--notify-email admin@example.com