bundles/grafana: make sure we have backups of the grafana database
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e54135b014
commit
8568298a4e
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'backups': {
|
||||||
|
'paths': {
|
||||||
|
'/var/lib/grafana',
|
||||||
|
},
|
||||||
|
},
|
||||||
'grafana': {
|
'grafana': {
|
||||||
'allow_anonymous': False,
|
'allow_anonymous': False,
|
||||||
'allow_embedding': False,
|
'allow_embedding': False,
|
||||||
|
|
Loading…
Reference in a new issue