• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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