- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- Plesk Obsidian 18.0.58 Update #2
Hello! I need some assistance.
Initial situation:
Fresh installation of Ubuntu 20.04 lts from the hoster, updated to Ubuntu 22.04.lts and all customizations for Plesk done without errors. Current:
Ubuntu 22.04.3 LTS, Plesk Obsidian 18.0.58 Update #2
Data migration from another Plesk server via Migrator.
After a few days, the failure to renew SSL certificates made me realize that the configured IPv6 is not properly assigned. This article (Issue - Lets Encrypt - error in certificate renew process) provided an indication that web data was not delivered via IPv6.
In the end, I found out that the IPv6 was not integrated at Ubuntu level via ip a, which I fixed via
successfully.
Unfortunately, the problem now remains that neither a ping to the IPv6 nor a query to a web is successful.
Plesk repair returns:
Thanks for any advice
Initial situation:
Fresh installation of Ubuntu 20.04 lts from the hoster, updated to Ubuntu 22.04.lts and all customizations for Plesk done without errors. Current:
Ubuntu 22.04.3 LTS, Plesk Obsidian 18.0.58 Update #2
Data migration from another Plesk server via Migrator.
After a few days, the failure to renew SSL certificates made me realize that the configured IPv6 is not properly assigned. This article (Issue - Lets Encrypt - error in certificate renew process) provided an indication that web data was not delivered via IPv6.
In the end, I found out that the IPv6 was not integrated at Ubuntu level via ip a, which I fixed via
Code:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
sudo sysctl -p
successfully.
Unfortunately, the problem now remains that neither a ping to the IPv6 nor a query to a web is successful.
Plesk repair returns:
andWe have found the database inconsistency. We strongly recommend that you run "plesk repair db" after the current command is finished or stopped. Once "plesk repair db" fixes the inconsistency, run "plesk repair mail" once again.
while using SSH, iI get this messageInconsistency in the table 'DomainServices' for the column ipCollectionId: Web service cannot operate: the IP address list with ID 7 is empty.
I have worked through these posts Issue - Plesk repair -all error and Question - SOS: Inconsistency in the table 'DomainServices' for the column ipCollectionId: Web service cannot operate: the IP address list with ID 64 is empty., among others, but can't get any further.Checking the consistency of the Plesk database
Inconsistency in the table 'DomainServices' for the column
ipCollectionId: Web service cannot operate: the IP address list with
ID 7 is empty ..................................................... [ERROR]
Generate an IP address list based on DNS records? [Y/n] Y
Creating a database dump ........................................ [OK]
A dump of the database was created before an attempt to repair the database: /var/lib/psa/dumps/mysql.preresolve.20240128-151750.dump.gz
Generating an IP address list ................................... [FAILED]
- No IP addresses found in DNS records.
Thanks for any advice