• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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