• 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.

Input Is the documentation missing something or am i?

Linulex

Silver Pleskian
Server operating system version
AlmaLinux 8.8 (Sapphire Caracal)
Plesk version and microupdate number
Version 18.0.54 Update #3
I use "plesk bin domain -u" frequently and i was looking up how to change the php version for domains via cli but can't find the documentation anymore.


has entries for "domain_restrictions" and "subdomain", but not "domain".

There is an entry for "site", but that has far less options then "domain".

Is the entry for "domain" missing? Is domain being phased out or is the documentation moved to a different place?

Regards
Jan
 
Good question. Not sure why there is no documentation for the domain utility. However the command options for domain look similar to the subscription utility. Perhaps domain is just an alias of subscription?

From this support article I derived that the PHP handler of a domain can be change with:
plesk bin domain -u example.com -php_handler_id plesk-php80-fpm
 
However the command options for domain look similar to the subscription utility. Perhaps domain is just an alias of subscription?

They are simular, but it would make no sense being an alias. A subscription can have multiple domains and/or subsomains. They all can have different php versions.

Code:
plesk bin subscription -h
start with

Usage: subscription command <subscription_name> [options]

Code:
plesk bin domain -h
start with

Usage: domain command <domain_name|subscription_name|subdomain_name> [options]

Seems to me as 2 different commando's, not aliasses.

I have found that article to and was wondering why plesk support uses "plesk bin domain"' in an article but no documentation to be found. At the moment i have created my own with

Code:
plesk bin domain -h > domain.txt

regards
Jan
 
Back
Top