-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
SQLite3: no such table: main.antigravity #1801
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
Comments
Interesting, your gravity database appears to be the correct version, so that table (view?) should exist... I notice you are running in Docker - do you still see the issue if you run the container without any volumes attached? Another thing to try is to delete the gravity.db from your host mount and have the startup build it again... |
Haven't tried this yet, I can try it later today and leave feedback here.
I did that but the problem persisted. Then I tried a fresh install and the issue remained. |
@PromoFaux Yesterday I've tried to run the container without volumes attached but the problem persisted! This is my primary instance of pihole, which is running on Debian LXC on Proxmox. I have another instance running on a Raspberry Pi which doesn't suffer from this issue. Any hint on what might be the problem? |
Forgive what is perhaps a silly question... If you're running it in a Debian LXC on proxmox, why not install it as though it were bare metal rather than Docker? |
I guess I could do it. The reasoning for it was because I'm provisioning both instances with a custom Ansible playbook and it was easier for me to use Docker so that I don't have to deal with differences between the two systems: Debian LXC on Proxmox vs Raspberry Pi OS. |
Ah OK - I figured the one you had on the Raspberry Pi was bare metal too. Interesting that you're seeing the same issue even without volumes attached to the container. What tag are you pulling? |
I'm pulling |
I've just reinstalled the container from scratch again and I'll keep an eye on the logs. If the issue shows up again, I'll upload the debug log and post the link to it here. |
It's very strange - I am unable to repro this currently. |
You are running Docker inside of an |
I've seen this error in v6 quite a few times. I have no idea what causes this. Usually it was "fixed" by doing a teleporter backup, removing the |
There you go:
Btw, since my last fresh install, the error has not shown yet. Let's see if it remains like this. 🤞 Regarding lxc and docker, you're right. Do you think this might be related with file permissions? The container not being able to access the database file and consequently throwing that error? |
Closing as this as stopped happening after my last fresh install. Thanks for the help. |
Versions
Platform
Expected behavior
FTL logs without "SQLite3: no such table: main.antigravity" error.
Actual behavior / bug
FTL logs show a bunch of "no such table: main.antigravity" errors similar to the following:
I just did a fresh install and the error persists.
Steps to reproduce
Steps to reproduce the behavior:
I can't reproduce it, it eventually shows up on the logs.
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: