• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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