• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Synchronization of Cronjobs Between CLI and Plesk Panel

enerspace

Basic Pleskian
Server operating system version
Almalinux 8
Plesk version and microupdate number
Plesk Obsidian 18.0.70 Update #2
Is there a way to update the list of cron jobs via the CLI console? I have already executed several commands.

For example, when I enter: plesk sbin crontabmng get root I see the following list:

Code:
MAILTO=""
*/10    *       *       *       *       /opt/enerspace/daily-scripts/fix_errors/start.sh

However, in the Plesk Panel itself, I still see the old entry — see screenshot. The command: plesk sbin crontabmng refresh root unfortunately did not help.

1751649858881.png
Thanks!
 
There is currently no way to manage the cron jobs via a cli. Plesk writes the cronjob tasks at /var/spool/cron/* and then caches them at the psa.ScheduledTaskstable, which is used to display the cached versions of the actual cronjob files.
 
Back
Top