• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Backup Utilities problem

J

Jason Lee

Guest
Hi,

Whenever I go into the backup page in plesk I get the error....

DumpsList::init() failed: Backup files repository does not exist
0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:248 psaerror(string "DumpsList::init() failed: Backup files repository does not exist")

I've verifited that /var/lib/psa/dump exists

Any suggestions?
 
Hi Jason,

ITs me anand,

Please check the following things :

The Ownership and Permissions of the directory:

/var/lib/psa/dumps

Should be as follows:

psaadm.psaadm

Chmod it to 750

My E-Mail address is [email protected]
Feel free to contact me

Thanks
Anand
 
Didn't solve the problem. I'm still getting that error message.
 
solved it. I don't why I didn't notice this sooner but there are directories missing from within /var/lib/psa/dump/ or the domains I was having problems with.
 
Can you please explain what exactly you did to solve the problem, hope it would help me in future

Thanks
Anand
 
For example. The directory for omegaserv.com was missing so I created a directory under /var/lib/psa/dump/ called omegaserv.com

Code:
cd /var/lib/psa/dump/
mkdir omegaserv.com

Then I ran chown
Code:
psadm:psaadm omegaserv.com

and everything worked fine
 
Oh I though that the directories already exists, so I thought that its a permission problem, any way thanks for the reply


Anand
 
Back
Top