• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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