Skip to content
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

Sync the database "graphite-manage syncdb" does not work on Ubuntu 16.04 #1

Open
spea1 opened this issue Dec 19, 2016 · 0 comments
Open

Comments

@spea1
Copy link

spea1 commented Dec 19, 2016

If Sync the database "graphite-manage syncdb" does not work on Ubuntu 16.04

sudo graphite-manage syncdb
...
File "/usr/lib/python2.7/dist-packages/django/db/backends/utils.py", line 62, in execute
return self.cursor.execute(sql)
django.db.utils.ProgrammingError: relation "auth_user" does not exist

Then run the following lines:
cd /usr/lib/python2.7/dist-packages/graphite/
sudo python manage.py migrate auth
sudo python manage.py migrate
sudo graphite-manage syncdb

@spea1 spea1 changed the title Sync the database "graphite-manage syncdb" does not work om Ubuntu 16.04 Sync the database "graphite-manage syncdb" does not work on Ubuntu 16.04 Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant