Database is Locked pmm 2.38.1

@steve.hoffman Thanks for the update.

One of the PMM users suggested the below temporary fix.

After the below workaround, my issue has been fixed.

Temp Workaround:

docker exec -it CONTAINER_NAME bash
cd to grafana dir
and execute this:
sqlite3 grafana.db 'pragma journal_mode=wal;'

1 Like