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

View File

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