From 617ccccb4027381112f9b14b0c8f87fbba0f808b Mon Sep 17 00:00:00 2001 From: Rasika Chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:22:27 +0530 Subject: [PATCH] 2.40.1_RN (#1167) * 2.40.1_RN * Update 2.40.1.md * Update 2.40.1.md * Update index.md * Update mkdocs-base.yml * 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 variables.yml * Update mkdocs-base.yml * Update docs/release-notes/2.40.1.md Co-authored-by: Alex Demidoff * Update 2.40.1.md * Update 2.40.1.md * PMM-12613-upgrade-2.40-to-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: Roman Novikov * Update 2.40.1.md --------- Co-authored-by: Alex Demidoff Co-authored-by: Roman Novikov --- docs/release-notes/2.40.1.md | 34 ++++++++++++++++++++++++++++++++++ docs/release-notes/index.md | 1 + mkdocs-base.yml | 3 ++- variables.yml | 6 +++--- 4 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 docs/release-notes/2.40.1.md diff --git a/docs/release-notes/2.40.1.md b/docs/release-notes/2.40.1.md new file mode 100644 index 0000000000..0c473e9a4c --- /dev/null +++ b/docs/release-notes/2.40.1.md @@ -0,0 +1,34 @@ +# Percona Monitoring and Management 2.40.1 + +| **Release date:** | Oct 20, 2023 | +| ----------------- | ----------------------------------------------------------------------------------------------- | +| **Installation:** | [Installing Percona Monitoring and Management](https://www.percona.com/software/pmm/quickstart) | + +Percona Monitoring and Management (PMM) is an open-source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB. + +## Fixed issues + +- [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. + + +## How to upgrade 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: + +1. Copy the file from `/srv/backup/grafana/grafana.db` to `/srv/grafana/grafana.db` + + ```sh + docker exec -t pmm-server cp /srv/backup/grafana/grafana.db /srv/grafana/grafana.db + ``` +2. Set permissions: + + ```sh + chmod 640 /srv/grafana/grafana.db + + chown grafana:grafana /srv/grafana/grafana.db + ``` + +3. Upgrade to 2.40.1 as usual. \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 376781710a..40efd901e4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -1,4 +1,5 @@ # Release Notes +- [Percona Monitoring and Management 2.40.1](2.40.1.md) - [Percona Monitoring and Management 2.40.0](2.40.0.md) - [Percona Monitoring and Management 2.39.0](2.39.0.md) - [Percona Monitoring and Management 2.38.1](2.38.1.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 9475e30a3f..b2e2d86794 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -95,7 +95,7 @@ plugins: with-pdf: output_path: "_pdf/PerconaMonitoringAndManagement-2.40.0.pdf" cover_title: "Percona Monitoring and Management Documentation" - cover_subtitle: 2.40.0 (Oct 05, 2023) + cover_subtitle: 2.40.1 (Oct 20, 2023) author: "Percona Technical Documentation Team" cover_logo: docs/_images/Percona_Logo_Color.png @@ -313,6 +313,7 @@ nav: - faq.md - Release Notes: - release-notes/index.md + - "PMM 2.40.1": release-notes/2.40.1.md - "PMM 2.40.0": release-notes/2.40.0.md - "PMM 2.39.0": release-notes/2.39.0.md - "PMM 2.38.1": release-notes/2.38.1.md diff --git a/variables.yml b/variables.yml index d93f0e0667..6295effcd0 100644 --- a/variables.yml +++ b/variables.yml @@ -1,9 +1,9 @@ # PMM Version for HTML # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '2.40.0' -version: '2.40.0' -release_date: 2023-10-05 +release: '2.40.1' +version: '2.40.1' +release_date: 2023-10-20 # SVG icons. Use in markdown as {{icon.}} # For the Percona image icon (encoded inline SVG), see https://css-tricks.com/using-svg/ icon: