Please let us adjust the time of Plesk autoupdater!
Please let us adjust the time of Plesk autoupdater!
1
vote
Anonymous
shared this idea
Cron service itself decides what is safe time to run daily tasks, Plesk doesn’t control it
If on Linux, check out /etc/crontab for setting comfortable time:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
_ # run-parts
37 * * * * root run-parts /etc/cron.hourly
_ # !!! edit the line below !!!
17 0 * * * root run-parts /etc/cron.daily
4 0 * * 0 root run-parts /etc/cron.weekly
15 5 10 * * root run-parts /etc/cron.monthly
It will change all your daily tasks, not just Plesk updates