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

new cron job not work

M

Michael neese

Guest
Using the plesk interface, i have added two new cron tab jobs for apache...the are configured correctly and i received the notification that they were saved by the system...however they are not functioning at all...

Is there a service that must be updated or re-started to make these work correctly?
 
You can check that these task are really exists with something like:

/usr/local/psa/admin/bin/crontabmng get apache (or other user of Apache process)

Also check in /var/log/cron that these tasks were executed at requested time. Maybe there are some errors...
Try to restart crond service with

/etc/init.d/crond restart

I hope it will help.
 
thanks for the reply and commands that are useful...

however, i have found out that the "apache" user doesnt have the rights to restart the daemon, so it must be a "root" cron tab entry...changed this cron tab entry to the user "root" and it works fine...
 
Back
Top