From 315177fad78b281ff1e45d087b7cff65463562fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 5 Jul 2019 09:13:15 +0200 Subject: [PATCH] Docs: minor ha-setup edit (#17950) * Docs: minor ha-setup edit * Docs: minor ha-setup edit2 --- docs/sources/tutorials/ha_setup.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/sources/tutorials/ha_setup.md b/docs/sources/tutorials/ha_setup.md index ad7f534b9b7..1a8701fef63 100644 --- a/docs/sources/tutorials/ha_setup.md +++ b/docs/sources/tutorials/ha_setup.md @@ -9,10 +9,9 @@ weight = 10 # How to setup Grafana for high availability -Setting up Grafana for high availability is fairly simple. It comes down to two things: - - 1. Use a shared database for storing dashboard, users, and other persistent data - 2. Decide how to store session data. +Setting up Grafana for high availability is fairly simple. You just need a shared database for storing dashboard, users, +and other persistent data. So the default embedded SQLite database will not work, you will have to switch to +MySQL or Postgres.