← Back to team overview

graphite-dev team mailing list archive

[Question #679138]: django.db.utils.OperationalError: database is locked

 

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

I am running graphite at local as follows:

docker run -d\
 --name graphite\
 --restart=always\
 -p 80:80\
 -p 2003-2004:2003-2004\
 -p 2023-2024:2023-2024\
 -p 8125:8125/udp\
 -p 8126:8126\
 graphiteapp/graphite-statsd

and when I load Graphite UI at http://localhost it gives me below error:

django.db.utils.OperationalError: database is locked

Due to this error, I am not able to load the Graphite UI. It automatically resolves as well sometimes. If I refresh the page 10 times, I get this error 7 times.

Can anyone let me know if I need to change any configuration to make it work?
Thanks

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.