• 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

pleskrestore ip address does not exist

erhnam

Basic Pleskian
I'm having a lot of troubles with the restore utility. When I try to do a full restore I get this message:

You are attempting to restore client-level backup on the server level. Such restore will likely produce data loss and thus is prohibited.

I decided to move on by validating my mapping file. I created the mapping file with the "/usr/local/psa/bin/pleskrestore --create-map" command. I noticed that all the ip's are mapped to only one ip-address (the main ip of the system). So I changed the mapping file:

[ip-map]
# Unchanged IP addresses:
# Please review default IP addresses mapping below:
xx.xx.xxx.220 shared -> xx.xx.xxx.220
xx.xx.xxx.200 shared -> xx.xx.xxx.200
xx.xx.xxx.221 exclusive -> xx.xx.xxx.221
xx.xx.xxx.222 exclusive -> xx.xx.xxx.222
xx.xx.xxx.202 exclusive -> xx.xx.xxx.202

After I changed the mapping file I validated the mapping file:

[root@ns1 backup]# /usr/local/psa/bin/pleskrestore --validate-map domains.bck.map
## ERROR in line 4: ip address does not exist xx.xx.xxx.220


Even with all ip's linked to the system I'm getting these error's. The only way to go is with only one ip address. Is there any way to restore my backup????
 
Back
Top