-
Notifications
You must be signed in to change notification settings - Fork 223
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
database locked #9
Comments
The default database used is SQLite which doesn't support too many open connections at the same time. Working on making MySQL the default database manage. |
Why not use Postgres as the default database instead of MySQL? |
I gave Postgres a try but the user creation and authentication stumped me. If you have some experience with Postgres and could provide a step by step for creating users and such I could give it another try. |
...I understand the limitations of SQLite but I do not open any connections deliberately. I just added a new new source folder and manually started a check on this folder. Also there are many manage.py tasks running, maybe they all want to access the DB? this comes approx. 10 times in a ps-ef: |
I've same issue which stopped my from using it. I only added one pdf file!!!
|
Same Problem |
When trying to add my first file from a local server source folder, I get the following error:
[2017-12-22 09:03:58,261: ERROR/MainProcess] Task sources.tasks.task_check_interval_source[a2b61d94-0153-4645-9965-d33c2f9dc4df] raised unexpected: OperationalError('database is locked',)
The text was updated successfully, but these errors were encountered: