From d46ab2700f14012ae53528dfbaaf8a3d3ddef984 Mon Sep 17 00:00:00 2001 From: Rasika Chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:32:03 +0530 Subject: [PATCH] RN_updates_2-40.1 (#1170) * RN_updates_2-40.1 * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update 2.40.1.md * Update docs/release-notes/2.40.1.md Co-authored-by: Nurlan Moldomurov --------- Co-authored-by: Nurlan Moldomurov --- docs/release-notes/2.40.1.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/2.40.1.md b/docs/release-notes/2.40.1.md index 0c473e9a4c..0008833764 100644 --- a/docs/release-notes/2.40.1.md +++ b/docs/release-notes/2.40.1.md @@ -11,18 +11,28 @@ Percona Monitoring and Management (PMM) is an open-source database monitoring, m - [PMM-12592](https://jira.percona.com/browse/PMM-12592) - Fixed an issue where the **Library Panels** for the PMM dashboard were not working after upgrade to PMM 2.40.0. - [PMM-12576](https://jira.percona.com/browse/PMM-12576) - After upgrading to PMM 2.40.0, changing the Admin user's password from the terminal was not functioning. The issue has been resolved now. - [PMM-12587](https://jira.percona.com/browse/PMM-12587) - After upgrading to PMM 2.40.0, some users may experience incorrect mappings between dashboards, folders, users, and groups. This can result in either a successful upgrade or a `500 internal server error`. The issue has now been resolved. -- [PMM-12590](https://jira.percona.com/browse/PMM-12590) [CVE-2023-4911](https://nvd.nist.gov/vuln/detail/CVE-2023-4911) is a vulnerability in the base OS that PMM is based on. It has been fixed in the base OS, and the fix is available in PMM. +- [PMM-12590](https://jira.percona.com/browse/PMM-12590) [CVE-2023-4911](https://nvd.nist.gov/vuln/detail/CVE-2023-4911) is a vulnerability in the OS that PMM is based on. It has been fixed in the base OS, and the fix is available in PMM. -## How to upgrade to PMM 2.40.1 +## How to upgrade from 2.40.0 to PMM 2.40.1 -For instructions on upgrading to PMM 2.40.1 and mitigating issues from PMM 2.40.0, follow the steps below: +!!! caution alert alert-warning "Important" + The steps below are only applicable to users who have upgraded to 2.40.0 and have been experiencing the following issues: + + - [PMM-12592](https://jira.percona.com/browse/PMM-12592) + - [PMM-12587](https://jira.percona.com/browse/PMM-12587) + +To upgrade to PMM 2.40.1: 1. Copy the file from `/srv/backup/grafana/grafana.db` to `/srv/grafana/grafana.db` + !!! caution alert alert-warning "Caution" + This step will result in the loss of all changes made to Grafana upon upgrading to version 2.40.0. + ```sh docker exec -t pmm-server cp /srv/backup/grafana/grafana.db /srv/grafana/grafana.db ``` + 2. Set permissions: ```sh