• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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