• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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