Procházet zdrojové kódy

docs(): docker upgrade notice

Torkel Ödegaard před 10 roky
rodič
revize
bf6444c585
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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
 # 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
 ## Install from offical docker image
 
 
 Grafana has an official Docker container.
 Grafana has an official Docker container.