• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk on Debian cron scripts

I

iqnection

Guest
I've just completed deploying two new Plesk 8.1 servers running on Debian. I was particularly stumped by the apparent lack of log rotation and statistics.

I searched this down and found that all of the 50plesk* files in /etc/cron.{daily,weekly,monthly} were not being parsed by run-parts because they contained periods which is not part of the name space that run-parts uses according to it's manual page.

For now I've just linked these files to names that use dashes where the periods were and this is working for me. Please fix this in the next hotfix and/or release. Thanks.
 
Back
Top