• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Failed to update the IP address" when repairing PHP-FPM configuration for all domains

CSKLDE

New Pleskian
Server operating system version
Debian Buster
Plesk version and microupdate number
18.0.56 Update #2
Hello all,

I'm encountering an issue when trying to repair the PHP-FPM configuration for all domains on my Plesk server. Here’s the command and output:
plesk repair web -php-fpm-configuration

Checking for obsolete PHP-FPM configuration files ................... [OK]

Checking php-fpm configuration

Repair php-fpm configuration for all domains? [Y/n] y
Repairing php-fpm configuration for all domains ................. [FAILED]
- Error: Failed to update the IP address. Addon domains cannot be assigned an IP address not assigned to the main domain of the subscription.
The repair process fails with the error:
"Failed to update the IP address. Addon domains cannot be assigned an IP address not assigned to the main domain of the subscription."
I use one IPv4 and one IPv6 for all domains.
 
@CSKLDE, most likely a database inconsistency persists, which results in a conflict. Please enable Plesk's debug mode and then run:

/usr/local/psa/bin/php_settings -u

to determine which domains are causing the issue. What you can try is to disable IPv6 for the corresponding domains and then re-enable it.
 
I've had a similar issue like that before, if you have docker containers running and the container isn't running any more you might have a left over IP address that the panel is seeing which is a simple fix of just removing it from within the settings (Tools & Settings > Tools & Resources > IP Addresses find the IP address that your old container was using and select it then hit remove)
 
Back
Top