You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: