-
Notifications
You must be signed in to change notification settings - Fork 54
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
locked sqlite db? #103
Comments
update: just experienced this same problem again, but with no shutdown having occurred. turns out the server shutdown issue was a red herring, but it is still possible to get a locked sqlite db in the course of normal operation.
alexandrie was built from latest master at ab3429c |
Hello Thanks for reporting this issue, and sorry for the long wait. |
I experienced this issue in a reproducible way. It happens when I have around 10 published packages and try to I found a workaround by setting |
I just remembered that we had this issue already brought up in the past as issue #22, and it was indeed the motivation behind adding the |
ran into an issue where shutting down the server with ctrl-c seems to have left the sqlite database in a "locked" state that alexandrie could not recover from on restart.
the log message that displayed is:
I recovered by running the command
and switching to
new.db
in my config file.I don't know exactly what happened to leave the sqlite file in locked state, however, I had just restarted the alexandrie server immediately prior to this, and had not opened the sqlite db manually or otherwise tinkered with the file.
The text was updated successfully, but these errors were encountered: