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

Recent content by johannliebert

  1. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    thank you very much @Kaspar@Plesk , it works perfectly. Really nice Job.:):) Now I Know how it's done. Closed.
  2. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    thank you. Maybe I need to specify: I need just one command like this for Cron: This is an example for my database and works perfect. /usr/bin/mysqldump -u Database user name -p'Database Password' Database Name > /var/www/vhosts/example.com/dump_$(date +\%F).sql && zip -j...
  3. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    Hello everyone, I need help setting up a cron job on Plesk to automate daily backups of my WordPress site. I found the command used by Plesk's backup manager in the logs, but when I tried to use it in a cron job, I encountered errors related to task IDs not being found. Here's what I've tried...
Back
Top