• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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