• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Domain Backup Error

paine_one

New Pleskian
i become an email with this:

Code:
Domain: DOMAIN.de Plesk Einstiegspunkt: MYPLESKURL.de Beim geplanten Backupvorgang ist der folgende Fehler aufgetreten: Failed to parse task log. Reason: Failed to read data from stream Task log:

What can i do? i cant find anything about this error
 
I suppose that there are incorrect permissions for file and folder under /opt/psa/PMM/sessions/ (or /usr/local/psa/PMM/sessions/ if you have CentOS server) directory. It was 600 for files instead of 644 and 700 for directories instead of 750.

Try to set proper permissions with:

# find /opt/psa/PMM/sessions/ -type f | xargs chmod 644
# find /opt/psa/PMM/sessions/ -type d | xargs chmod 750
 
Hello! We had this problem with the site backup. It turns out the server is over. Check it for an error.
 
Last edited:
Back
Top