Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit dca7d7e

Browse files
PMM 2.43.1 (#1312)
* PMM-13384 * ToC links * typo * Update docs/release-notes/2.43.1.md Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com> * Update 2.43.1.md * updated date * updated date * Update variables.yml --------- Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>
1 parent 8db560a commit dca7d7e

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

docs/release-notes/2.43.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Percona Monitoring and Management 2.43.1
2+
3+
| **Release date** | October 2nd, 2024 |
4+
| -----------------| ----------------------------------------------------------------------------------------------- |
5+
| **Installation** | [Installing Percona Monitoring and Management](../quickstart/index.md) |
6+
7+
Percona Monitoring and Management (PMM) is an open source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB.
8+
9+
It enables you to observe the health of your database systems, explore new patterns in their behavior, troubleshoot them, and execute database management operations regardless of whether your databases are located on-premises or in the cloud.
10+
11+
## Fixed issue: PMM 2.43.0 upgrade failure
12+
13+
This release addresses the upgrade failure to PMM 2.43.0 via the UI. The issue affected PMM Servers running versions prior to 2.43.0, where an outdated version of `percona-release` resulted in a missing `percona-telemetry-agent` package during the PostgreSQL 14 upgrade process.
14+
15+
### Resolution
16+
17+
Upgrading directly to PMM 2.43.1 will bypass this issue entirely.
18+
19+
### Workaround for ongoing 2.43.0 upgrades
20+
21+
If you've already initiated an upgrade to 2.43.0 and wish to complete this specific installation, follow the workaround below for Docker installations:
22+
23+
Before retrying the upgrade run `docker exec -t pmm-server dnf clean all`, then proceed with the 2.43.0 upgrade.
24+
25+
This command refreshes package metadata, resolving dependency issues and allowing the upgrade to proceed smoothly.

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Release Notes
22

3+
- [Percona Monitoring and Management 2.43.1](2.43.1.md)
34
- [Percona Monitoring and Management 2.43.0](2.43.0.md)
45
- [Percona Monitoring and Management 2.42.0](2.42.0.md)
56
- [Percona Monitoring and Management 2.41.2](2.41.2.md)

mkdocs-base.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ plugins:
124124
with-pdf:
125125
output_path: "_pdf/PerconaMonitoringAndManagement-2.43.0.pdf"
126126
cover_title: "Percona Monitoring and Management Documentation"
127-
cover_subtitle: 2.43.0 (September 19, 2024)
127+
cover_subtitle: 2.43.1 (October 2, 2024)
128128
author: "Percona Technical Documentation Team"
129129
cover_logo: docs/_images/pmm_pdf_logo.png
130130
custom_template_path: _resources/templates
@@ -345,7 +345,8 @@ nav:
345345
- "Backup and restore": dbaas/backup_restore.md
346346
- faq.md
347347
- Release notes:
348-
- release-notes/index.md
348+
- release-notes/index.md
349+
- "PMM 2.43.1": release-notes/2.43.1.md
349350
- "PMM 2.43.0": release-notes/2.43.0.md
350351
- "PMM 2.42.0": release-notes/2.42.0.md
351352
- "PMM 2.41.2": release-notes/2.41.2.md

variables.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PMM Version for HTML
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: '2.43.0'
5-
version: '2.43.0'
6-
release_date: 2024-09-19
4+
release: '2.43.1'
5+
version: '2.43.1'
6+
release_date: 2024-10-2
77

88
# SVG icons. Use in markdown as {{icon.<name>}}
99
# For the Percona image icon (encoded inline SVG), see https://css-tricks.com/using-svg/

0 commit comments

Comments
 (0)