bundles/grafana: make sure we have backups of the grafana database
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-19 20:56:34 +02:00
parent e54135b014
commit 8568298a4e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -11,6 +11,11 @@ defaults = {
},
},
},
'backups': {
'paths': {
'/var/lib/grafana',
},
},
'grafana': {
'allow_anonymous': False,
'allow_embedding': False,