NormanHaag
New Pleskian
Hello,
I'm trying to move a Plesk installation from a openSUSE 11.0 (OS no longer supported) to a Ubuntu 10.04.1 Server, but I keep getting an error message and I don't know why.
Here's what I did:
1) Upgrade of Plesk Panel on the old server from 9.5.2 to 10.0.1 (the new one is 10.0.1)
2) Create a backup of Plesk on the old server, using this command:
/usr/local/psa/bin/pleskbackup server -v --split=1G --suspend --output-file=/root/work/backups/migration_201104291
3) Copy all files named "migration_201104291*" to new server
4) Run restore on new server, using this command:
/usr/local/psa/bin/pleskrestore --restore migration_201104291 -level server -verbose
=> Error message: "Unable to resolve all conflicts" (due to IP address change)
=> conflicts-resolution file was missing
5) Create a conflicts-resolution xml file. I took an example file named "conflict_resolution_rules" from a folder in /usr/local/psa/PMM/rsessions/ , copied it to the same folder where all the backups files were and replaced every entry in it where I found the old IP address with the new one.
<rename new-name="ip-type:shared:ip-address:[OLD IP]"></rename>
replaced by
<rename new-name="ip-type:shared:ip-address:[NEW IP]"></rename>
6) Run restore again, this time with this command:
/usr/local/psa/bin/pleskrestore --restore migration_201104291 -level server -verbose -conflicts-resolution conflict_resolution_rules
=> Result: Lots of output in xml which looks like a conflicts-resolution file and also contains the old ip address.
=> Error message: "Unable to resolve all conflicts"
Can anybody help me with this?
Thanks in advance
-Norman
I'm trying to move a Plesk installation from a openSUSE 11.0 (OS no longer supported) to a Ubuntu 10.04.1 Server, but I keep getting an error message and I don't know why.
Here's what I did:
1) Upgrade of Plesk Panel on the old server from 9.5.2 to 10.0.1 (the new one is 10.0.1)
2) Create a backup of Plesk on the old server, using this command:
/usr/local/psa/bin/pleskbackup server -v --split=1G --suspend --output-file=/root/work/backups/migration_201104291
3) Copy all files named "migration_201104291*" to new server
4) Run restore on new server, using this command:
/usr/local/psa/bin/pleskrestore --restore migration_201104291 -level server -verbose
=> Error message: "Unable to resolve all conflicts" (due to IP address change)
=> conflicts-resolution file was missing
5) Create a conflicts-resolution xml file. I took an example file named "conflict_resolution_rules" from a folder in /usr/local/psa/PMM/rsessions/ , copied it to the same folder where all the backups files were and replaced every entry in it where I found the old IP address with the new one.
<rename new-name="ip-type:shared:ip-address:[OLD IP]"></rename>
replaced by
<rename new-name="ip-type:shared:ip-address:[NEW IP]"></rename>
6) Run restore again, this time with this command:
/usr/local/psa/bin/pleskrestore --restore migration_201104291 -level server -verbose -conflicts-resolution conflict_resolution_rules
=> Result: Lots of output in xml which looks like a conflicts-resolution file and also contains the old ip address.
=> Error message: "Unable to resolve all conflicts"
Can anybody help me with this?
Thanks in advance
-Norman