From 58a605ad67ea4df97ce729bea5294dd25ece4a96 Mon Sep 17 00:00:00 2001 From: Emil Tullstedt Date: Wed, 22 Apr 2020 14:40:42 +0200 Subject: [PATCH] Docs: Move Postgres version warning and remove details (#23782) --- docs/sources/features/datasources/postgres.md | 2 -- docs/sources/installation/requirements.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/features/datasources/postgres.md b/docs/sources/features/datasources/postgres.md index d3be554752f..210842f8129 100755 --- a/docs/sources/features/datasources/postgres.md +++ b/docs/sources/features/datasources/postgres.md @@ -11,8 +11,6 @@ weight = 7 # Using PostgreSQL in Grafana -> NOTE: In **9.5.18, 9.4.23, 9.6.14, 10.9, 11.4, 12-beta2** versions of PostgreSQL has a [bug](https://www.postgresql.org/message-id/flat/28827.1561082086%40sss.pgh.pa.us#df2287bd7481153984bef6bab40af0db) which prevents execution of multiple column modifications via `ALTER TABLE` statement. Because Grafana uses it during initial database set up and since PostgreSQL has [fixed](https://github.com/postgres/postgres/commit/f946a409143d01951411382fbc3c91c7eb640094) this issue, Grafana **does not support these versions** - Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database. ## Adding the data source diff --git a/docs/sources/installation/requirements.md b/docs/sources/installation/requirements.md index 2d3e7f0c564..9c2008b3d6a 100644 --- a/docs/sources/installation/requirements.md +++ b/docs/sources/installation/requirements.md @@ -54,6 +54,8 @@ Grafana supports the following databases: By default, Grafana installs with and uses SQLite, which is an embedded database stored in the Grafana installation location. +> NOTE: PostgreSQL versions 9.5.18, 9.4.23, 9.6.14, 10.9, 11.4, and 12-beta2 are affected by a bug (tracked by the PostgreSQL project as [bug #15865](https://www.postgresql.org/message-id/flat/15865-17940eacc8f8b081%40postgresql.org)) which prevents those versions from being used with Grafana. The bug has been fixed in more recent versions of PostgreSQL. + ## Supported web browsers Grafana is supported in the current version of the following browsers. Older versions of these browsers might not be supported, so you should always upgrade to the latest version when using Grafana.