-
Notifications
You must be signed in to change notification settings - Fork 78
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
OperationalError: no such table: auth_user #27
Comments
I just tried the same and ran into the same error. Did you manage to resolve it? |
I likewise was getting this error. |
Same here |
exec into your container, do:
|
unfortunately I get
|
Happened to me also, to solve I´ve used this other image, that was plug and play. (not plug and pray =) ) I´ve tried to attach to the image and solve by my own, but had the same error from @jeantil This error is Django related... but I could not found manage.py to solve-it.. seems that the migrate command solves it. |
to be totally honest here, I recommend walking away from this repo and pattern. These days grafana already ship an official image, it is better to lean on that, similarly I think graphite has something official out there. I know it is annoying to cobble all the lego pieces together but it is way healthier to lean on the pieces the teams are delivering. |
cd /var/lib/graphite/webapp/graphite && |
Hello,
I was following this link and came across to use this docker to setup graphite web view. Grafana web interface worked fine. I am stuck on graphite web view. It says OperationalError: no such table: auth_user

Error log image for your reference
I am using this docker thing first time, so might be missing something in the process.
The text was updated successfully, but these errors were encountered: