docs(): docker upgrade notice

This commit is contained in:
Torkel Ödegaard 2015-08-04 20:42:14 +02:00
parent 8c1b145358
commit bf6444c585

View File

@ -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.