• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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