From 4d1c8a184d48893c9a90d5e6f1e207c59e706ea6 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:33:56 -0400 Subject: [PATCH] [v10.0.x] Update _index.md (#72132) Update _index.md (#71400) * Update _index.md Added missing hyperlink for high availability and a small typo * updates link --------- Co-authored-by: Chris Moyer (cherry picked from commit 4e50115d958304d156d113e91b95e088f4d992f5) Co-authored-by: Usman Ahmad --- docs/sources/setup-grafana/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index 0901c85c896..bba0abb0c51 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -63,7 +63,7 @@ Grafana supports the following databases: By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location. {{% admonition type="note" %}} -SQLite works well if your environment is small, but is not recommended when your environment starts growing. For more information about the limitations of SQLite, refer to [Appropriate Uses For SQLite](https://www.sqlite.org/whentouse.html). If you want high availability, you must use a MySQL or PostgreSQL database. For information about how to define the database configuration parameters inside the `grafana.ini` file, refer to [[database]](/docs/grafana/latest/setup-grafana/configure-grafana/#database). +SQLite works well if your environment is small, but is not recommended when your environment starts growing. For more information about the limitations of SQLite, refer to [Appropriate Uses For SQLite](https://www.sqlite.org/whentouse.html). If you want [high availability](/docs/grafana/latest/setup-grafana/set-up-for-high-availability), you must use either a MySQL or PostgreSQL database. For information about how to define the database configuration parameters inside the `grafana.ini` file, refer to [[database]](/docs/grafana/latest/setup-grafana/configure-grafana/#database). {{% /admonition %}} Grafana supports the versions of these databases that are officially supported by the project at the time a version of Grafana is released. When a Grafana version becomes unsupported, Grafana Labs might also drop support for that database version. See the links above for the support policies for each project.