• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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