_the gravity database should be upgraded and increase the blocked domain number, but it is still the default.
-Operating System - Dietpi
-hardware] RasberryPI
Actual Behaviour:
i had to re-install the pihole, so i did a backup and installed dietpi and then pihole but when i did retore to my adlist and update gravity it fail and give me error and its almost like
'two column was needed but found only one column in the database and inserted null '
i did repair but nothing happened after the repair it go throw updating gravity and the same error.
Debug Token:
_Would you like to upload the log? [y/N] y
* Using curl for transmission.
* curl failed, falling back to netcat for transmission.
tricorder.pi-hole.net: forward host lookup failed: Host name lookup failure : Resource temporarily unavailable
[✗] There was an error uploading your debug log.
* Please try again or contact the Pi-hole team for assistance.
* A local copy of the debug log can be found at: /var/log/pihole_debug.log
Okay resolving tricorder.pi-hole.net via curl works now. Could you retry sending the debug token?
Not with this kind of error. We use the official installer as well but the webserver stack is setup differently. But it might be relevant for the Pi-hole devs as they generally support curl -sSL https://install.pi-hole.net | bash installs only and this one might need to go to the Community Help subforum.
that the only one i have, pihole stopped working and had to change the OS and re-install pi-hole again, but thanks for the fast respond, i will delete the post
Anything added to the Pi-hole's lists needs to be domain only. URLs are not accepted, and in the case of these regex, they won't actually be providing any useful function to you, so you should remove them...
Edit: You might be better off going back to the default lists and starting your blocking strategy again from scratch. I don't want to accuse you of doing it, but one really shouldn't just paste in any old blocklist they come across on the internet to increase the numbers - this way is paved with pain!
I guess that is the reason why we regularly get bug reports where raw.githubusercontent.com is blocked by Pi-hole which breaks DietPi updates, Pi-hole repair+updates and many other things, as users add the URL/domain to the blocklist instead of the file content when non-carefully following random guides ? Just a guess .
Hosts file is the correct format for a block list! Just needs to be added as an adlist on the groups page.
The other one is intended to be a whitelist. One would need to manually add each domain inside that list as Pi-hole does not have the ability to subscribe to whitelists. So one could add it as a blocklist, but it would have the opposite effect of what the user is (presumably) expecting.