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

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