• 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.

Fix for the reconfigurator script

the_belette

New Pleskian
I recently had to perform a migration from an old plesk (8) to a brand new one, and switch IP from server to server.
To change all the domains IPs, I used the reconfigurator script : /usr/local/psa/bin/reconfigurator.pl
Unfortunately, if you have special characters in your network interface name (mine was bond0.702), the script will result a parse error.

I found a workaround editing the reconfigurator.pl script, my addr_pattern now goes like this :
addr_pattern=re.compile(r"\s*([\w\.]+):?\s*(\S+)\s+([0-9.]+)");

It could be a nice fix to add for other migration addicts :)
 
Thank you for sharing and cooperation. We will consider it for implementation.
 
Back
Top