I run Pi-hole in a docker container on a rapsberry pi with a dedicated ip address through macvlan.
The ip address of the Pi-hole is the primary DNS server in my router (FRITZ!Box).
Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command inside the container:
pihole -d
or do it through the Web interface: Tools > Generate Debug Log
Note:
If your Pi-hole is using a private IP address (and probably this is the case), like 192.168.x.y or 172.x.y.z, you don't need to hide the IP.
IPs in these ranges are local and can't be accessed by someone outside your network.
There is an error showing up:
[2024-11-27 02:01:00.011 224/T263] SQLite3 message: database corruption at line 71062 of [831d0fb283] (11)
[2024-11-27 02:01:00.011 224/T263] SQLite3 message: statement aborts at 3: [SELECT MAX(ID) FROM queries] database disk image is malformed (11)
[2024-11-27 02:01:00.011 224/T263] Encountered step error in get_max_query_ID(): database disk image is malformed
[2024-11-27 02:01:00.011 224/T263] WARN: Database /etc/pihole/pihole-FTL.db is damaged and cannot be used.
@rdwebdesign Do you have a suggestion on how to fix this?