Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
You did not say what your problem is. If I do not know the problem, I cannot help. The cron jobs you have listed are correct, but there appears to be a few missing.
My problem is, why are the other cron jobs not listed(other default cron jobs as listed above)..
e.g following cron jobs should be present( as they are default) but they are not?
/usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto monthly >/dev/null 2>&1
So I just wanted to know if I have to add those entries manually by scheduling task?
Also, when i do
crontab -l -u client_name i get
"no crontab for client_name"
** This client has crontab management permission. Shouldnt there be the default cron jobs listed????
Please reply back. This cron job thing is really confusing for me.
If u dont mind just another question.
I get daily statistic reports.
But Suppose If I want the /usr/local/psa/admin/sbin/statistics to run at an interval of 10 mins how can I do it?( i.e if I want to get statistical report every 10 min interval)
Do I have to add a cron job accordingly???
will I get the statistics every 10 mins then??
Basically by default the statistics is updated in 24 hrs( for this their is no job displayed in my cronjobs). Can I change this default behaviour by scheduling task??
I am not for sure what updates the server statistics and sends the report. The "statistics" cronjob updates the individual website statistics for web traffic. I will check to see what I can find.