graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03304
Re: [Question #212611]: Where is Database Graphite
Question #212611 on Graphite changed:
https://answers.launchpad.net/graphite/+question/212611
Status: Open => Answered
Daniel Lawrence proposed the following answer:
By default a sqlite3 database is created in the storage directory (
default: /opt/graphite/storage/graphite.db ).
You can always change this by updating local_settings.py in the webapp
directory ( default: /opt/graphite/webapp/graphite/local_settings )
Given this is django application, you have access to all the django
documentation on databases.
https://docs.djangoproject.com/en/dev/ref/databases/
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.