• 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.

Site backup broken since Plesk7.5 upgrade on FreeBSD4.9

T

Tekkel

Guest
Site backup in Control Panel now gives the following error:

Code:
DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:248 psaerror(string "DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied")

Anyone?
 
Hello Tekkel,
You have a permissions problem.
Did you apply the HotPatch?
If so, check the permission settings of the
dump directory and the files within.

Cheers.
 
Originally posted by Tekkel
Site backup in Control Panel now gives the following error:

Code:
DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:248 psaerror(string "DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied")

Anyone?

Make sure you have correct permissions on domain dump directories:

ls -ld /var/lib/psa/dumps/domain.com
drwxr-x--- 2 psaadm psaadm 4096 Фев 8 08:46 /var/lib/psa/dumps/domain.com
 
Back
Top