• 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

Restoring dumps

G

gerhard@

Guest
Restoring back-ups on 7.5.2

I am in the process of moving from a reseller account onto a VPS solution, both running Plesk 7.5.2. I can't use the Back-up/Restore function from the control panel because when I try restoring backup files created from the control panel, I get the following error: Dump signature verification failed.

I tried running the following command

/usr/local/psa/bin/psarestore --single-domain-mode -f --*******.co.uk --**.**.246.42 --name

but the only thing that I get is

Unknown option: **.**.246.42
Unknown option: name
Usage: /usr/local/psa/bin/psarestore [-h] [-L] [-t] [-V vhosts_dir] -f <dump_file> -m <ip_map_file> -s <shells_map_file> [-c clients_map_file] [options]


Any help will be HIGHLY appreciated since I am struggling to move my sites across for a couple of days now.

Cheers ;), Gerhard.
 
This is the command that I was supposed to use:

/usr/local/psa/bin/psarestore --single-domain-mode -f xxx --domain-name xxx --domain-ip x.x.x.x --client-login xxx

Don't forget to replace the x with the data that applies to your situation.
 
Back
Top