From 92d869e85c580c744a3611c273b3f162051afa67 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Sat, 28 Mar 2015 16:26:51 -0700 Subject: [PATCH] typo: sqllite -> sqlite --- docs/sources/installation/migrating_to2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/migrating_to2.md b/docs/sources/installation/migrating_to2.md index b90037e0cba..6e561bc0424 100644 --- a/docs/sources/installation/migrating_to2.md +++ b/docs/sources/installation/migrating_to2.md @@ -20,7 +20,7 @@ From here, you can add any Graphite, InfluxDB, elasticsearch, and OpenTSDB datas ## Importing your existing dashboards -Grafana 2.0 now has integrated dashboard storage engine that can be configured to use an internal sqllite database, MySQL, or Postgres. This eliminates the need to use Elasticsearch for dashboard storage for Graphite users. Grafana 2.0 does not support storing dashboards in InfluxDB. +Grafana 2.0 now has integrated dashboard storage engine that can be configured to use an internal sqlite database, MySQL, or Postgres. This eliminates the need to use Elasticsearch for dashboard storage for Graphite users. Grafana 2.0 does not support storing dashboards in InfluxDB. You can seamlessly import your existing dashboards.