From 577d9d52f65ce675d537e9327fc5eb679d54849c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 18 Aug 2021 14:55:30 -0400 Subject: [PATCH] Fix typo in set-up-for-high-availability.md (#36316) (#38022) * Update set-up-for-high-availability.md fixed a minor typo * Update docs/sources/administration/set-up-for-high-availability.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Daniel Lee Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> (cherry picked from commit 63a85a4ac0dfdf2dd74cbcbeb8c39dade9a622ba) Co-authored-by: MDS <83845780+mdsgrafana@users.noreply.github.com> --- docs/sources/administration/set-up-for-high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/set-up-for-high-availability.md b/docs/sources/administration/set-up-for-high-availability.md index f48f651ef70..5796ef41a13 100644 --- a/docs/sources/administration/set-up-for-high-availability.md +++ b/docs/sources/administration/set-up-for-high-availability.md @@ -18,7 +18,7 @@ and other persistent data. So the default embedded SQLite database will not work First, you need to set up MySQL or Postgres on another server and configure Grafana to use that database. You can find the configuration for doing that in the [[database]]({{< relref "../administration/configuration.md#database" >}}) section in the Grafana config. -Grafana will now persist all long term data in the database. How to configure the database for high availability is out of scope for this guide. We recommend finding an expert on for the database you're using. +Grafana will now persist all long term data in the database. How to configure the database for high availability is out of scope for this guide. We recommend finding an expert on the database you're using. ## Alerting