• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

After adding IP : pmm utility 'migration_handler' raised an exception.

isp4p

Basic Pleskian
hi,

i have:

Source: Debian Lenny x64 + Plesk 9.5.4
Destination: Debian Squeeze x64 + Plesk 10.3.1

First time i ran the migration manager, all gone fine, he showed me the accounts to select.

But he did not use the IPs of the Domains of the Source, he gave me dropdown of already added IPs on the Destination.

Since i want a migration and no restore, the Source is a running system.

So i was forced to add the IPs from the Source at the Destination. So temporary i added and then deleted the IPs from the network configuration since Source is still active and needs to work.

Now all IP from Source are in the Pleskdatabase of the Destination.

But now, when i run the migration manager i get a:

Error: pmm utility 'migration_handler' raised an exception. Error code is: 1
See pmmcli.log to find out detailed information on this


Any suggestion where to search the problem ?

http://kb.odin.com/6349 did not show any error.

Last lines:

[29241]: 05:25:25 INFO Getting domain IP
[29241]: 05:25:25 INFO Dumping domain status
[29241]: 05:25:25 INFO Dumping domain databases
[29241]: 05:25:25 TRACE SQL: SELECT id FROM data_bases WHERE dom_id=840
[29241]: 05:25:25 INFO Dumping domain DNS
[29241]: 05:25:25 TRACE SQL: SELECT * FROM dns_zone WHERE id=924
[29241]: 05:25:25 TRACE SQL: SELECT * FROM dns_recs WHERE dns_zone_id=924
[29241]: 05:25:25 INFO Free reserved disk space at /root/PMM/.fs_NaN_0
[29241]: 05:25:25 INFO Writing dump file: /root/PMM//dump.xml
[29241]: 05:25:25 INFO FileFinder: pwd resolved to /bin/pwd


Last lines of dump.xml:

<domain www="true" name="njd84jnbs.com" guid="d2492f23-0db4-4256-929d-96a8a86f4175" id="757" owner-guid="7e44ce94-eff8-403c-a96c-f5eb201362f9" cr-date="2010-12-29">
<preferences/>
<properties>
<ip>
<ip-type>shared</ip-type>
<ip-address>1.2.3.4</ip-address>
</ip>
<webspace-status>
<enabled/>
</webspace-status>
<status>
<enabled/>
</status>
</properties>
<limits-and-permissions/>
</domain>
<domain www="true" name="ndy4ns95.de" guid="2b342c89-d5ba-4997-b9ee-840e70998117" id="840" owner-guid="7e44ce94-eff8-403c-a96c-f5eb201362f9" cr-date="2011-01-18">
<preferences/>
<properties>
<ip>
<ip-type>shared</ip-type>
<ip-address>1.2.3.4</ip-address>
</ip>
<webspace-status>
<enabled/>
</webspace-status>
<status>
<enabled/>
</status>
</properties>
<limits-and-permissions/>
</domain>
</domains>
</admin>
</migration-dump>


Thank you & greetings
Oliver
 
Last edited:
Back
Top