• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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

HostaHost

Regular 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