• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

BUG Report Migration Manager from PSA 2.5.5

D

datahaus

Guest
tested with PLESK 7.5.1 Reloaded

when a domain has no hosting enabled on PSA 2.5.5
the dump.xml file has this entry:

....
<domain www="false" name="domain.com">
<mailsystem/>
....

but on import, migration fail because somehow a IP is expected - so i tried to do this:
....
<domain www="false" name="domain.com">
<domain_ip ip_ref="ip_1597136688"/>
<mailsystem/>
....

then import was OK

this issue cost me 5 hours of investigating :-(

HOPE this info helps somebody else ...
 
Back
Top