• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Dump does not exist in repository

M

mast

Guest
Hi everybody,

Im saved in Plesk 9 with the Backup Manager a Backup on the Personal FTP Repository.

If I copy back to the Server Repository say Plesk: Error: Dump does not exist in repository.

Can someone help? How can I create the dump?
 
I have the same problem.
I use Plesk 9.0.1 and OpenSUSE 11 and have fix the normal backup with http://kb.odin.com/en/6047 but the FTP Repository gives a error: Dump does not exist in repository.

Does anyone have a solution for this?
 
has anybody heard anything on this?

I am in the same boat. I have a server with major issues. I created a new system and need to restore the old backups that I setup to a personal FTP repository yet I cannot upload them I get the error "Dump does not exist in repository"

Any info would be extremely appreciated.

Thanks
 
I went a little farther when I put the backup to
/usr/local/psa/PMM/var/a

and specified that the file is located in a/dump.xml

the log says:
[17:35:13|INFO: 9460:p.log] pmm-ras started : /usr/local/psa/admin/bin/pmm-ras --convert-local-dump --dump-storage=/a/ --dump-specifica
tion=dump.xml --session-path=/usr/local/psa/PMM/logs
[17:35:13|INFO: 9460:p.log] Repository '/a/' initialising...
[17:35:13|INFO: 9460:p.log] Repository '/a/': Initialized
[17:35:13|INFO: 9460:p.log] Repository '/a/': Convert local backup to current Panel version dump.xml
[17:35:13|INFO: 9460:p.log] pmm-ras finished. Exit code: 151

but plesk gui still shows the same error..
 
have you tried using the migration manager to move the domains over to the new server?

or maybe the CLI?

/usr/local/psa/bin/pleskbackup clients-name [clients here] -v --only-hosting --skip-logs --output-file=clients1

Then test it on the new system after ftping it
/usr/local/psa/bin/pleskrestore --check-backup <path to backup file>

/usr/local/psa/bin/pleskrestore --create-map <path to backup file> -map <path to map file>
/usr/local/psa/bin/pleskrestore --restore <path_to_backup_file> -level clients -map <path to map file>
 
Back
Top