• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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