@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;'