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

Commit

Permalink
2.22.0 (23 Sep 21) (#557)
Browse files Browse the repository at this point in the history
* 2.22.0 Prep

* Add retries to scheduled backups (#586)

* Add retries to scheduled backups

* Update PMM_Backup_Management_Schedule.png

* Update text for backup retries

Co-authored-by: PaulJacobs-percona <[email protected]>

Co-authored-by: PaulJacobs-percona <[email protected]>

* For mike 1.1.0

* Delete prev-mkdocs.yml

mike 1.1.0 allows use of 'inherited' config; navigation is now defined in one place, not many.

* Delete prev-mkdocs-percona.yml

mike 1.1.0 allows use of 'inherited' config; navigation is now defined in one place, not many.

* Delete prev-mkdocs-pdf.yml

mike 1.1.0 allows use of 'inherited' config; navigation is now defined in one place, not many.

* Moved release date

* Release date moved

* RM-950 Release Notes 2.22.0 (#588)

* RM-950 Release Notes 2.22.0

* Update docs/release-notes/2.22.0.md

* Update docs/release-notes/2.22.0.md

* Update docs/release-notes/2.22.0.md

* Update docs/release-notes/2.22.0.md

* Manually add recently fixed item

* Add Release Highlights section

Co-authored-by: Roma Novikov <[email protected]>

* Remove repeated colon

* Update docs/release-notes/2.22.0.md

* Update docs/release-notes/2.22.0.md

* Release date moved

Co-authored-by: Roma Novikov <[email protected]>

* RM-950 Addition

* RM-950 Addition removed

* PMM-8421 Warning message about listen port. (#599)

* PMM-8421 Warning.

* PMM-8421 Small change.

* PMM-8421 Add related task.

* PMM-8421 Small change in warning.

* Add links to Jira references

Co-authored-by: fabio-silva <[email protected]>
Co-authored-by: Roma Novikov <[email protected]>
Co-authored-by: JiriCtvrtka <[email protected]>
  • Loading branch information
4 people authored Sep 23, 2021
1 parent f181fa3 commit fe2f938
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 5 deletions.
Binary file modified docs/_images/PMM_Backup_Management_Schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions docs/release-notes/2.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Percona Monitoring and Management 2.22.0

<table class="docutils field-list" frame="void" rules="none">
<colgroup>
<col class="field-name">
<col class="field-body">
</colgroup>
<tbody valign="top">
<tr class="field-odd field">
<th class="field-name">Date:</th>
<td class="field-body">September 23, 2021</td>
</tr>
<tr class="field-even field">
<th class="field-name">Installation:</th>
<td class="field-body">
<a class="reference external" href="https://www.percona.com/software/pmm/quickstart">Installing Percona Monitoring and Management</a></td>
</tr>
</tbody>
</table>

Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MongoDB, and PostgreSQL performance.

## Release Highlights

- **DBaaS (Technical preview):** DBaaS users can now use the PMM UI to upgrade existing Clusters to the newer version of the operator without interacting directly with Kubernetes.

## New Features

- [PMM-8396](https://jira.percona.com/browse/PMM-8396): Backup Management: Add an ability to specify the number of retries for Scheduled backups before operation fails
- [PMM-8079](https://jira.percona.com/browse/PMM-8079): DBaaS: Percona Operators inside Kubernetes cluster managed by PMM can now be upgraded
- [PMM-8077](https://jira.percona.com/browse/PMM-8077): DBaaS: Show the current version of Operators used in Kubernetes Cluster
- [PMM-7924](https://jira.percona.com/browse/PMM-7924): MySQL Performance Details dashboard: Add "Performance Schema Status Monitoring" chart

## Improvements

- [PMM-8688](https://jira.percona.com/browse/PMM-8688): Backup Management: When adding a new Backup, the action button now reads "Create Backup" instead of "Edit" to reflect the action happening
- [PMM-8311](https://jira.percona.com/browse/PMM-8311): Integrated Alerting: Disable edit/delete buttons for Percona-sourced Templates
- [PMM-8509](https://jira.percona.com/browse/PMM-8509): Management of ability to update PMM Server in the same way as this implemented to other Settings for PMM. Users can use API, UI, or docker Environment Variables to change the setting responsible for the Update process. As with all PMM settings, environment variables have higher priority and can't be changed with the API or in the UI.
- [PMM-7392](https://jira.percona.com/browse/PMM-7392): DBaaS: Change Number of Nodes when editing Topology

## Bugs Fixed

- [PMM-8613](https://jira.percona.com/browse/PMM-8613): Backup Management: Unable to restore MySQL backup
- [PMM-8463](https://jira.percona.com/browse/PMM-8463): Backup Management: State stuck on "Pending" when creating backup with already existing name
- [PMM-8408](https://jira.percona.com/browse/PMM-8408): DBaaS: Development version of PMM Client was used for monitoring DB Clusters created by DBaaS
- [PMM-8584](https://jira.percona.com/browse/PMM-8584): Wrong CPU metric labels in dashboards for RDS instances
- [PMM-8421](https://jira.percona.com/browse/PMM-8421): Listen-port ignored/removed for external services after server update to PMM 2.19 and higher (Thanks to Rainer Plischke for reporting this issue). **Please make sure to upgrade PMM Server to avoid loss of external exporter listen port ([PMM-8829]) and always upgrade PMM Server before PMM Client ([PMM-8854]).**
- [PMM-8703](https://jira.percona.com/browse/PMM-8703): Custom dashboard prevents PMM Server Docker update from 2.20 to 2.21 (Thanks to Hubertus Krogmann for reporting this issue)
- [PMM-7690](https://jira.percona.com/browse/PMM-7690): AWS discovery and monitoring based on IAM roles is not working



[PMM-8829]: https://jira.percona.com/browse/PMM-8829
[PMM-8854]: https://jira.percona.com/browse/PMM-8854
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Release Notes

- [Percona Monitoring and Management 2.22.0](2.22.0.md)
- [Percona Monitoring and Management 2.21.0](2.21.0.md)
- [Percona Monitoring and Management 2.20.0](2.20.0.md)
- [Percona Monitoring and Management 2.19.0](2.19.0.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/using/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Make regular scheduled backups.
- In the second field, select one or more minutes (*00* to *59*).

- *Retention*: How many backups to keep. For unlimited, use `0` (zero).
- *Retry mode*: In case of error, either let PMM retry the backup again ("Auto") or do it again yourself ("Manual").
- *Retry times and interval*: If "Auto" retry mode is selected, the maximum number of retries - up to 10 - and the interval between them - up to 8 hours - can be set here.
- *Enable*: Deselect to define the scheduled backup without enabling it.

![!](../_images/PMM_Backup_Management_Schedule.png)
Expand Down
5 changes: 3 additions & 2 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ plugins:
- 'setting-up/client/docker.md'
# https://github.com/orzih/mkdocs-with-pdf
with-pdf:
output_path: '_pdf/PerconaMonitoringAndManagement-2.21.0.pdf'
output_path: '_pdf/PerconaMonitoringAndManagement-2.22.0.pdf'
cover_title: 'Documentation'
cover_subtitle: 2.21.0 (August 26, 2021)
cover_subtitle: 2.22.0 (September 23, 2021)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/PMM_Logo.svg
custom_template_path: _resources/templates
Expand Down Expand Up @@ -210,6 +210,7 @@ nav:
- faq.md
- Release Notes:
- release-notes/index.md
- 'PMM 2.22.0': release-notes/2.22.0.md
- 'PMM 2.21.0': release-notes/2.21.0.md
- 'PMM 2.20.0': release-notes/2.20.0.md
- 'PMM 2.19.0': release-notes/2.19.0.md
Expand Down
6 changes: 3 additions & 3 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PMM Version for HTML
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
release: '2.21.0'
version: '2.21'
release_date: 2021-08-26
release: '2.22.0'
version: '2.22'
release_date: 2021-09-23

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

0 comments on commit fe2f938

Please sign in to comment.