Skip to content

Commit

Permalink
2.40.1_RN (#1167)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>

* Update 2.40.1.md

---------

Co-authored-by: Alex Demidoff <[email protected]>
Co-authored-by: Roman Novikov <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2023
1 parent 513f878 commit 617cccc
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
34 changes: 34 additions & 0 deletions docs/release-notes/2.40.1.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -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.<name>}}
# For the Percona image icon (encoded inline SVG), see https://css-tricks.com/using-svg/
icon:
Expand Down

0 comments on commit 617cccc

Please sign in to comment.