• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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