Symptoms
-
Opening Plesk Repair Kit extension or running “plesk repair db -n” command in a Linux terminal throws the error:
The following domains are assigned to already removed IP addresses.
Reassign the domains to existing IP addresses - No domains are mentioned in the error.
Cause
Product issue:
-
#PPPM-12988 "If a domain’s IPv6 address is set to “none”, running the plesk repair db utility no longer shows the false positive “The following domains are assigned to already removed IP addresses.” error message."
Fixed in:- Plesk Obsidian 08 June 2021 (Linux)
Resolution
Please consider updating your server:
Workaround
If update is not possible for some reason you may try the following
workaround
Until the bug is fixed, apply the following workaround to remove the error:
-
Connect into the server via SSH
-
Create the psa database dump:
# plesk db dump > psa_$(date ‘+%F-%H-%M-%S’)
-
Run this command:
# plesk db “DELETE FROM psa.dom_param WHERE param=’ipv6_addr_id’ AND val IS NULL”