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

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