Docs: Corrected incorrect uses of (setup|set up) (#27835)

This commit is contained in:
Phil Nichol
2020-09-28 08:27:50 -07:00
committed by GitHub
parent 2114614197
commit 7473e2ae60
5 changed files with 8 additions and 8 deletions
@@ -1,5 +1,5 @@
+++
title = "Setup Grafana for high availability"
title = "Set up Grafana for high availability"
type = "docs"
keywords = ["grafana", "tutorials", "HA", "high availability"]
aliases = ["/docs/grafana/latest/tutorials/ha_setup/"]
@@ -18,7 +18,7 @@ and other persistent data. So the default embedded SQLite database will not work
## Configure multiple servers to use the same database
First, you need to setup MySQL or Postgres on another server and configure Grafana to use that database.
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.