• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

possible to have domain enabled at specific time?

D

dennysp

Guest
Hi,
I want to kno if it is possible to have a specific domain get disabled and reenabled at certain times of the day, example, domain.com will become available at 6:00am and at 12:00am become disabled, is that possible? I know it would require a cron job, but I'm not sure what is the command.

Thanks in advance
-d
 
If the actions needs to be ran on daily basis then you should use "cron", if not you should use "at" command along with creation utilities.

For help use:

man 5 crontab
man crontab
man at

Good luck.
 
Well, I know I have to use cron, but I'm not sure what is the plesk command to run to enable/disable the domain.
 
/usr/local/psa/bin/domain.sh --off domain.com
/usr/local/psa/bin/domain.sh --on domain.com

Good luck.
 
Back
Top