• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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