• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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