• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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