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

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