• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Cannot download backup, Warning: Permission denied!

Behnam

New Pleskian
Hi

When I tried to download backup get message: permission denied
We have two server and both have the problem.

Please guide me
Thanks
 
Hi Behnam,

first, you can try to correct possible permission issues:

Code:
chown psaadm:psaadm /var/lib/psa/dumps
chmod 755 /var/lib/psa/dumps
chown root.root -R /var/lib/psa/dumps/*
find /var/lib/psa/dumps/ -type f | xargs chmod -R 640
find /var/lib/psa/dumps/ -type f -name status_OK | xargs chmod -R 644
find /var/lib/psa/dumps/ -type d | xargs chmod -R 755

If this didn't already solved your issue, pls. consider to read and follow:

Unfortunately, there is only a provided solution for RHEL/CentOS - based - systems. On Debian/Ubuntu - based systems, it's more complicated and there are only veeeeery tricky solutions to correct all permissions, defined at the installed deb - packages. You still could try to use the Plesk repair utility:

plesk repair all


Edit: Ups, sorry... this suggestion is for LINUX and not for Windows. Pls. follow the next suggestion ( from @IgorG ).
 
Last edited by a moderator:
Back
Top