From bf6444c58578d825186ac9dc020d3309d169dcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 4 Aug 2015 20:42:14 +0200 Subject: [PATCH] docs(): docker upgrade notice --- docs/sources/installation/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/installation/docker.md b/docs/sources/installation/docker.md index c11de0faa7b..53366bed44a 100644 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -6,6 +6,9 @@ page_keywords: grafana, installation, docker, container, guide # Installing using Docker +> **2.0.2 -> 2.1.0 Upgrade NOTICE!** +> The data and log paths were not correct in the previous image. The grafana database was placed by default in /usr/share/grafana/data instead of the correct path /var/lib/grafana. This means it was not in a dir that was marked as a volume. So if you remove the container it will remove the grafana database. So before updating make sure you copy the /usr/share/grafana/data path from inside the container to the host. + ## Install from offical docker image Grafana has an official Docker container.