← Back to team overview

graphite-dev team mailing list archive

[Question #266040]: relation auth_user does not exist

 

New question #266040 on Graphite:
https://answers.launchpad.net/graphite/+question/266040

I'm trying to get graphite setup on centos 6 but I've had issues getting things working. I have it installed but I feel like I'm missing a step somewhere. When I attempt to go to the url for the graphite instance I get the below message. I've seen references to running manage.py syncdb or django-admin.py  but can't seem to find the manage.py script or the graphite.settings files. 



Request Method:	GET
Request URL:	http://graphite/composer
Django Version:	1.6
Exception Type:	ProgrammingError
Exception Value:	
relation "auth_user" does not exist
LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user...
                                                             ^
Exception Location:	/usr/lib/python2.6/site-packages/Django-1.6-py2.6.egg/django/db/backends/util.py in execute, line 53
Python Executable:	/usr/bin/python
Python Version:	2.6.6
Python Path:	
['/usr/lib/python2.6/site-packages/django_tagging-0.3.1-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Twisted-11.1.0-py2.6-linux-x86_64.egg',
 '/usr/lib/python2.6/site-packages/Django-1.6-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pytz-2015.2-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pyparsing-2.0.3-py2.6.egg',
 '/usr/lib/python2.6/site-packages/txAMQP-0.6.2-py2.6.egg',
 '/usr/lib/python2.6/site-packages/whitenoise-1.0.6-py2.6.egg',
 '/usr/lib64/python26.zip',
 '/usr/lib64/python2.6',
 '/usr/lib64/python2.6/plat-linux2',
 '/usr/lib64/python2.6/lib-tk',
 '/usr/lib64/python2.6/lib-old',
 '/usr/lib64/python2.6/lib-dynload',
 '/usr/lib64/python2.6/site-packages',
 '/usr/lib/python2.6/site-packages',
 '/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
 '/opt/graphite/webapp']
Server time:	Tue, 28 Apr 2015 15:41:26 +0000

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.