-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading from latest v5 to v6, I get database errors but Pihole is working #1714
Comments
Stop the container, move the old database to a backup location, restart the container. |
Does the Database reorganize itself again, or do i loose something if I do this? |
You loose the long-term query database. |
@oe3gwu Off topic, what app is that on the screenshot? doesnt look like portainer.. thanks! |
It's the proxmox console of my lxd container. |
I even dont got the sqlite database on a persistent volume. I loose this data all time when i stop the container because the db is deleted. So it cant be inconsistent. Because even at a restart those log entries happen. |
I also saw same Errors as oe3gwu after updating to the new container version 2025.02.4. @oe3gwu as yubiuser said, try to delete the old database from volume. usually the FTL.db is mounted outside the container and is in /etc/pihole. Check if you mounted it somewhere, stop the container, rename FTL.db to FTL.db.old and start it again. Worked for me, now logs are beeing stored, Querly Log is showing actual data, no Errors in FTL.log. |
Versions
Platform
Expected behavior
A running error free Pihole.
Actual behavior / bug
I just updated pihole with a docker compose down, docker compose pull and docker compose up -d and it is actually running and working, but in the logs, I get errors that should not be there and were not there with v5.
I NEVER connected to the DB and messed with it.
Steps to reproduce
Steps to reproduce the behavior:
Debug Token
Screenshots
Additional context
pihole.log
Thank you!
The text was updated successfully, but these errors were encountered: