• 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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