Hello, I have a pretty unique situation. Let me break it down for you.
Background
I have been running Plesk 12 on a CentOS server for the past year or so. Last Friday this server died. I have since started a new Ubuntu server, have installed Plesk 12, and am attempting to restore my plesk server from a backup.
My backup has 44 websites on it and is nearly 3GB in size. This proves to be an issue as the maximum file size for uploading a backup is 2GB. Because of this, I am attempting to restore from CLI.
---------------------------------------------
I have taken my backup and have unzipped (un-tarred?) my backup.
Currently this is the command I am using.
This greets me with an error.
I have made a conflict resolution xml.
However upon using this command
I am getting this string of errors.
I am unsure of where to go from here. Any help?
Background
I have been running Plesk 12 on a CentOS server for the past year or so. Last Friday this server died. I have since started a new Ubuntu server, have installed Plesk 12, and am attempting to restore my plesk server from a backup.
My backup has 44 websites on it and is nearly 3GB in size. This proves to be an issue as the maximum file size for uploading a backup is 2GB. Because of this, I am attempting to restore from CLI.
---------------------------------------------
I have taken my backup and have unzipped (un-tarred?) my backup.
Currently this is the command I am using.
Code:
sudo /usr/local/psa/bin/pleskrestore --restore /var/lib/psa/dumps/plesk_webserver/plesk_webserver.sg_info_1509010300.xml -ignore-sign -level server
This greets me with an error.
Code:
<?xml version="1.0"?>
<conflicts-description>
<conflict id="1" guid="e6522fc3e3cd32f78972ff37a6965375">
<type>
<configuration>
<reason-description>
<required-resource-description>
<ip type="shared" value="172.27.0.221"/>
</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
I have made a conflict resolution xml.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<resolve-conflicts-task-description>
<conflict-resolution-rules>
<policy />
<rule conflict-id="0">
<resolution>
<rename new-name="ip-type:shared:ip-address:172.27.1.20"/>
</resolution>
</rule>
</conflict-resolution-rules>
</resolve-conflicts-task-description>
However upon using this command
Code:
sudo /usr/local/psa/bin/pleskrestore --restore /var/lib/psa/dumps/plesk_webserver/plesk_webserver.stonegate_info_1509010300.xml -ignore-sign -level server -conflicts-resolution /home/webmaster/Downloads/conflict.xml
I am getting this string of errors.
Code:
ERR [panel] Failed to read data from stream:
0: StreamXMLReader.php:109
StreamXMLReader->parse()
1: StreamXMLReader.php:176
StreamXMLReader->read(string 'conflicts-description', integer '2', integer '1', integer '0')
2: StreamXMLReader.php:245
StreamXMLReader->sub(string 'conflicts-description', integer '2')
3: PMMResponseRestoreTaskResult.php:27
PMMResponseRestoreTaskResult->getConflictsDescription()
4: cuPleskRestore.php:954
cuPleskRestore->_doRestore(array, string '/var/lib/psa/dumps/plesk_webserver/plesk_webserver.sg_info_1509010300.xml', object of type RestoreMapping, string '/home/webmaster/Downloads/conflict2.xml', NULL null)
5: cuPleskRestore.php:1163
cuPleskRestore->cmdRestore(string '/var/lib/psa/dumps/plesk_webserver/plesk_webserver.sg_info_1509010300.xml')
6: cuPleskRestore.php:307
cuPleskRestore->__construct()
7: pleskrestore.php:9
I am unsure of where to go from here. Any help?