• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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