-
Notifications
You must be signed in to change notification settings - Fork 147
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
Not running from a recent docker build #272
Comments
Hi, I am seeing same error: |
Did you fix guys this issue? |
I had this issue - re-read the docs and realised the issue...
A quick |
within container? or where? |
On the host file system, or use a different database address (MySQL might work fine with SQLAlchemy) |
any updates on this issue ? I'm still getting the error |
I give up with this official Docker, I use instead Docker created by Docker employee: |
Thank's for your answer. I gave it a try and managed to make it work with MariaDB instead of sqlite. |
the |
Dear All,
I did run this for many months based on internal docker builds - thanks!! The last running build was a week old. A new build does no longer seem to run, probably based on python 2.7 issues. The log shows:
File "/usr/local/lib/python2.7/site-packages/sqlalchemy/pool/base.py", line 639, in __connect
connection = pool._invoke_creator(self)
File "/usr/local/lib/python2.7/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect
return dialect.connect(*cargs, **cparams)
File "/usr/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 453, in connect
return self.dbapi.connect(*cargs, **cparams)
OperationalError: (sqlite3.OperationalError) unable to open database file
(Background on this error at: http://sqlalche.me/e/e3q8)
That does not seem to have anything to do with my mysql setup because this container https://github.com/crazy-max/docker-firefox-syncserver does run when putting the same sqlalchemy string in its environment variable.
Regards,
Michael Schefczyk
The text was updated successfully, but these errors were encountered: