Product:
Search Type:

I've got the error on the domain backup page: "Backup files repository does not exist"

Article ID: 749 
Last Review: Oct,23 2007
APPLIES TO:
  • Plesk 7.1.x Reloaded
  • Plesk 7.5.x Reloaded

SYMPTOMS

I get the following error if I open "CP => Domains => DOMAIN => Back Up" page:


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

CAUSE

Such error occurs if the domain backup repository doesn't exist.


RESOLUTION

Find where are dumps stored:

# grep DUMP_D /etc/psa/psa.conf
DUMP_D /var/lib/psa/dumps

And create this domain dump directory in DUMP_D directory:

mkdir /var/lib/psa/dumps/DOMAIN_NAME
chown psaadm:psaadm /var/lib/psa/dumps/DOMAIN_NAME
chmod 750 /var/lib/psa/dumps/DOMAIN_NAME

Replace DOMAIN_NAME with the real domains' name in the commands above.
Keywords: domain backup, repository

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields