From 95189820fe59c01da75c534807ffcab092c73c27 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:27:30 +0100 Subject: [PATCH] Docs: Add information about DB version support to upgrade guide. (#57643) (#57868) In v9.2 Grafana added an official DB version support policy. That change is now noted in the upgrade guide. (cherry picked from commit 89d917b196a12bafbec80d043fa1f36e9c825243) Co-authored-by: Joe Blubaugh --- 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.