-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
513f878
commit 617cccc
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters