• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

And the CLI installer changes again... how to fix this time?

HostaHost

Silver Pleskian
Can someone from Parallels tell me what the working equivalent of the following is:

--all-versions \
--select-product-id plesk \
--select-release-id PLESK_10_4_4 \
--installation-type Custom \
--install-component base \
--install-component psa-autoinstaller \
--install-component pmm \
--install-component postfix \
--install-component watchdog \
--install-component spamassassin \
--install-component backup \
--install-component horde \
--install-component sitebuilder

Just a month ago the option to not send feedback was made incompatible with having installation-type set to Custom. Now the installer tells me:
ERROR: You specified invalid options combination. Following options are mutually exclusive: --installation-type, --install-component or --remove-component, --install-everything, --remove-everything, --upgrade-installed-components.

The installer still tells me the following installation types are available:
Installation types for Parallels Plesk Panel:
Typical - Install typically used components. Recommended for general use.
Full - Install all components.
Custom - Custom components selection. Recommended only for experienced users.

So how am I supposed to select components if the entire purpose of custom is to let me select components and now I can't use custom and install-component at the same time?
 
If you remove "--installation-type Custom" from the script, it shall help. You don't need preconfigured installation type once you provide specific list of components to installer (--install-component)
 
Back
Top