From d766d734c2d152a89caf0a8742689a59a2620231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Wed, 20 Mar 2024 17:38:33 +0100 Subject: [PATCH] docs: grafana11-upgrade: postgres (#84671) * docs: grafana11-upgrade: postgres * fix typos Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com> * improved text Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * improved text Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * improved text --------- Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com> Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- docs/sources/upgrade-guide/upgrade-v11.0/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/upgrade-guide/upgrade-v11.0/index.md b/docs/sources/upgrade-guide/upgrade-v11.0/index.md index 068171c3003..25e0175424e 100644 --- a/docs/sources/upgrade-guide/upgrade-v11.0/index.md +++ b/docs/sources/upgrade-guide/upgrade-v11.0/index.md @@ -21,3 +21,9 @@ weight: 1200 {{< docs/shared lookup="upgrade/upgrade-common-tasks.md" source="grafana" version="" >}} ## Technical notes + +### PostgreSQL data source plugin update + + + +If you use the PostgreSQL data source plugin and store certificates using the `Certificate content` method, we previously created temporary files in the Grafana [data](/docs/grafana//setup-grafana/configure-grafana/#data) folder. Grafana 11 doesn't use temporary files for this functionality anymore. However, existing temporary files won't be deleted; we recommend deleting them manually. To find them, look for the `tls` subfolder in the `data` folder. It contains subfolders that are named based on plugin ids, and these subfolders contain files named `client.*` or `root.*`. These aren't used anymore, and can be deleted.