From 89d917b196a12bafbec80d043fa1f36e9c825243 Mon Sep 17 00:00:00 2001 From: Joe Blubaugh Date: Mon, 31 Oct 2022 15:23:51 +0800 Subject: [PATCH] Docs: Add information about DB version support to upgrade guide. (#57643) In v9.2 Grafana added an official DB version support policy. That change is now noted in the upgrade guide. --- docs/sources/setup-grafana/upgrade-grafana.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/setup-grafana/upgrade-grafana.md b/docs/sources/setup-grafana/upgrade-grafana.md index d20d5892966..da7c988346c 100644 --- a/docs/sources/setup-grafana/upgrade-grafana.md +++ b/docs/sources/setup-grafana/upgrade-grafana.md @@ -404,3 +404,7 @@ The concept of a `default` data source existed in Grafana since the beginning. H This behavior was not very intuitive and creates issues for users who want to change the default without it impacting existing dashboards. That is why we are changing the behavior in 8.5. From now on, the `default` data source will not be a persisted property but just the starting data source for new panels and queries. Existing dashboards that still have panels with a `datasource` set to null will be migrated when the dashboard opens. The migration will set the data source property to the **current** default data source. + +## Upgrading to v9.2 + +Beginning in v9.2, Grafana has a [supported database versions policy]({{< relref "./installation/#supported-databases" >}}). As of this release, MySQL versions from 5.7, postgres versions from v10, and SQLite 3 are supported databases.