Created
October 9, 2024 06:56
-
-
Save maurorappa/f70fe56d5937188c165ff5c4626eb2ff to your computer and use it in GitHub Desktop.
exploring grafana db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sqlite3 /var/lib/grafana/grafana.db | |
SQLite version 3.7.17 | |
Enter ".help" for instructions | |
Enter SQL statements terminated with a ";" | |
sqlite> .output dump.sql | |
sqlite> .dump dashboard | |
sqlite> .exit | |
# tail dump.sql | |
INSERT INTO "dashboard" ..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment