• 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

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