-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi, i'm trying to get it to work to backup grafana 8.5.1 config on a raspberry-pi with "buster" distribution. I did the config as follows:
[grafcli]
editor = vim
mergetool = vimdiff
history = ~/.grafcli_history
verbose = on
force = on
colorize = on
[resources]
data-dir = ~/.grafcli
[hosts]
localhost = on
[localhost]
type = api
url = http://openplotter.local:3001/api
#user = admin
#password = admin
token = #snip#
To run the thing:
./.local/bin/grafcli backup remote/localhost grafana-backup.tgz
I have the error
"There is no such dashboard: tableau-principal"
So it is able to use the API! Yeah ! It can read the only dashboard I have. But then it fails. Anything incorrect in my config ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels