• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Issue Panel migrator fails with "Failed to updated ip. Can't set to addon domain ip different [...]"

burnley

Regular Pleskian
This is just sooo bloody frustrating: I think I'm getting somewhere, then I apply the MU update and this will set me back again with days. Waste of time and money.
The scenario: full server migration from CentOS 5 to CentOS 7. Both running Plesk 12.5.30 #59 with the latest 2.4.9 migrator.
Some of the subscriptions which were previously tested successfully with iirc 2.1.12 are now failing with:
"Failed to updated ip. Can't set to addon domain ip different from webspace ip"
I had a look at https://support.plesk.com/hc/en-us/articles/213376309 and here's what the SQL query returns on my source & target servers:

1. Source:
MariaDB [psa]> SELECT d.id, d.webspace_id, d.cl_id, d.name AS domain, IP_Addresses.ip_address FROM domains d, dom_param, IP_Addresses WHERE d.id=dom_param.dom_id AND dom_param.val=IP_Addresses.id AND dom_param.param='ip_addr_id' AND d.name LIKE '%faileddomain.com.au%';
+------+-------------+-------+--------------------+----------------+
| id | webspace_id | cl_id | domain | ip_address |
+------+-------------+-------+--------------------+----------------+
| 1159 | 1147 | 523 | faileddomain.com.au | 12.34.56.78 |
+------+-------------+-------+--------------------+----------------+
1 row in set (0.00 sec)

2. Target:
MariaDB [psa]> SELECT d.id, d.webspace_id, d.cl_id, d.name AS domain, IP_Addresses.ip_address FROM domains d, dom_param, IP_Addresses WHERE d.id=dom_param.dom_id AND dom_param.val=IP_Addresses.id AND dom_param.param='ip_addr_id' AND d.name LIKE '%faileddomain.com.au%';
+-----+-------------+-------+--------------------+--------------+
| id | webspace_id | cl_id | domain | ip_address |
+-----+-------------+-------+--------------------+--------------+
| 611 | 291 | 148 | faileddomain.com.au | 23.45.67.89 |
+-----+-------------+-------+--------------------+--------------+
1 row in set (0.00 sec)

On both ip_address is the shared IP of the Plesk server. No multiple entries, so I've really got no idea why the error.
Note: I've getting a single row as well, with the same IP addresses, when running the query for the parent subscription name.

Please advise, thanks.
 
Back
Top