fix grafana db

This commit is contained in:
Thorsten Spille 2025-07-25 15:30:20 +02:00 committed by GitHub
parent fef7c7b11f
commit 3b84d905b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,7 @@ charset = "utf8mb4"
EOF
systemctl stop grafana-server
chown -R grafana:grafana /var/lib/grafana/grafana.db
grafana-cli admin reset-admin-password "$GRAFANA_ADMIN_PASS"
systemctl start grafana-server