Add comment relating to grafana restore failure

This commit is contained in:
Thomas Kleinendorst 2025-03-15 13:27:25 +01:00
parent 08541a08fb
commit a3d396740f

View file

@ -69,6 +69,12 @@
simple_reverse_proxy_internal_port: 9093
simple_reverse_proxy_internal_subdomain: alertmanager
# region: Install Grafana
# With the current approach we store the internal database in a docker volume which is included in the backup. All data included
# consists of configuration of grafana: user information, dashboards, datasources, etc.
# Previously, restoring the backup failed with some log errors and the inability to log in after restore.
# An alternative approach could be to configure more in code using environment variables for the container (see:
# https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/#use-environment-variables-to-configure-grafana).
# This has certain advantages and disadvantages.
- name: Create a volume
become: true
community.docker.docker_volume: