Torkel Ödegaard 10 лет назад
Родитель
Сommit
bf6444c585
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      docs/sources/installation/docker.md

+ 3 - 0
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.