Applicable to:
- Plesk Onyx for Linux
Symptoms
Backup restoration via CLI fails with the error:
CONFIG_TEXT: <?xml version="1.0"?>
<conflicts-description>
<conflict id="1" guid="2f57d2861a17aa7602db2cedbc00a7ee">
<type>
<configuration>
<reason-description>
<required-resource-description>
<ip type="exclusive" value="2001:db8:f61:a1ff:0:0:0:80"/>
</required-resource-description>
</reason-description>
<resolve-options>
<option name="rename"/>
<option name="do-not-restore"/>
</resolve-options>
</configuration>
</type>
<conflicting-objects/>
</conflict>
</conflicts-description>
Unable to resolve all conflicts
Cause
Product issue:
-
#PPPM-10860 "Plesk administrator’s backups are now restored even if no available dedicated IP addresses exist."
Fixed in:- Plesk Obsidian 27 August 2019 (fixed as PPP-43673)
Resolution
Workaround
If update is not possible for some reason you may try the following
Until the bug is fixed, use the following workaround:
- Log in to the server via SSH
- Download attached file:
# wget https://support.plesk.com/hc/en-us/article_attachments/360044217373/RestoreMapping.tar.gz
- Untar it:
# tar -xvf RestoreMapping.tar.gz -C /root/
- Create a backup of the current script:
# mv /usr/local/psa/admin/plib/backup/RestoreMapping.php /usr/local/psa/admin/plib/backup/RestoreMapping.php_backup
- Replace the current script with fixed version:
# cp /root/RestoreMapping.php /usr/local/psa/admin/plib/backup/RestoreMapping.php
Comments
0 comments
Please sign in to leave a comment.