• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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