• 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

plesk restore commands?

R

ryandenis

Guest
trying to do a plesk restore seems simple enough however its asking for things i am not farmiliar with.

[root@localhost bin]# ./psarestore -f PSAbkup.2.24.05
Option -m <ip_map_file> is required.
Option -s <shells_map_file> is required.
Usage: ./psarestore [-h] [-L] [-t] [-V vhosts_dir] -f <dump_file> -m <ip_map_file> -s <shells_map_file> [-c clients_map_file] [options]


any ideas? looks like it needs an ip map file and a shells map file? where do you get these?
 
./psarestore -f PSAbkup.2.24.05 -m ipmap -s shellmap

.... run the above. This will generate the ipmap and shellmap and stop. Then you edit the ipmap and shellmap (which are well documented within the template files it creates), then rerun the above command.
 
sweet thanks it worked!! i had to map the ips from the old server to the new servers ip's and figure that part out but it worked great thanks!
 
Back
Top