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

Resolved Schedule a Task

Antonio

New Pleskian
Hello,
I have a problem with using cronstyle on plesk.
Ok, I want to set my style every 15 minutes, but the answer plesk responds to the invalid crontab syntax.
The crontab syntax is this -> * / 15 * * * *
Can you help me please.
Thank you and wait for your answer :)
 
Your cron code should be like:

Code:
*/15 * * * *  your_command_or_whatever

without any spaces in "*/15" part.
 
I see spaces in your initial message. maybe there are some kind of errors after copy/paste? Try to remove all and write it again.
 
no, I mean typing the whole cron command manually
 
Back
Top