-
Notifications
You must be signed in to change notification settings - Fork 71
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
BlockImporter Error: worker died, SQLITE_CORRUPT #197
Comments
one way to solve:
lets see how long it takes.. |
After some months without problems, my node got again randomly corrupted ..
this seems to help:
|
Hi @ThomasBlock - before you remove the sqlite data, can you run a |
Try to see if all the db migrations ran correctly - that was my issue seeing these errors |
@jim-toth - can you share the command you ran to run the migration via docker? |
ye tho, all i used this for was to isolate the migration error i was getting. after fixing the issue by manually dropping the related table in the migration that didn't finish i just started the stack and let core migrate. the advantage of letting core migrate is that when it's done the node will just be up - some of these migrations take a long time ;) |
Hi. after a reboot my gateway seems to be in a broken state. i see this messages for block 1246846 in an endless loop.
can i somehow debug or should i delete all docker volumes?
The text was updated successfully, but these errors were encountered: