• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup files repository does not exist?

D

Datastreet

Guest
I am getting the follow error message whenever I access the Backup function under ANY of my domains. Any one have ideas as to what causes this error and how to correct it?

As always, I appreciate the feedback.

Omar

DumpsList::init() failed: Backup files repository does not exist

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:194 psaerror(string "DumpsList::init() failed: Backup files repository does not exist")
 
backups on my system are stored in

/var/lib/psa/dumps/

drwxr-x--- 82 psaadm psaadm 4096 May 9 06:30 dumps
 
Hello All,


DumpsList::init() failed: Backup files repository does not exist

This means, that the file/filepath on the server cannot be found. The dump files on our server are found in /var/lib/psa/dumps (PSA 7.1.7, SUSE Linux 9.0) according to :

# cat /etc/psa/psa.conf | grep DUMP
DUMP_D /var/lib/psa/dumps
#

So why does thes error occur?
As you may see, there might be some direcotries like /var/lib/psa/dumps/<anycustomersdomain.com>
In my case, the Directory <customersdomainwithteprob.com> was missing /var/lib/psa/dumps/ !!!
I created it, chowned the directory to psaadm.psaadm - and everything was working fine again!

Hope this helps.

Regards,
sonshine
:cool: :cool: :cool: :cool: :cool:
 
Back
Top