Skip to content

Commit 607afdd

Browse files
author
Jonathan S. Katz
committed
Update 4.7.0 release notes
1 parent ea29237 commit 607afdd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/content/releases/4.7.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PGO 4.7.0 release includes the following software versions upgrades:
1919

2020
- [PostGIS](https://postgis.net/) 3.1 is now available.
2121
- [pgBackRest](https://pgbackrest.org/) is now at version 2.33.
22+
- [pgMonitor](https://github.com/CrunchyData/pgmonitor) is now at 4.5.0. Grafana 7.4 is now required for visualizing the exported metrics.
2223
- [Patroni](https://patroni.readthedocs.io/) is now at version 2.0.2.
2324
- [pgBouncer](https://www.pgbouncer.org/) for CentOS 8 / UBI 8 is rebuilt to use the evdns for its async DNS backend.
2425

@@ -89,6 +90,16 @@ and the Postgres Operator will create `hippo` from `elephant`. This also works b
8990

9091
Note that the Postgres Operator needs to have [sufficient privileges in both namespaces](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/namespace/) to use this feature. For more information, please read about [Namespace Management](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/namespace/) in the documentation.
9192

93+
## Monitoring Improvements
94+
95+
This release brings several enhancements to monitoring Postgres clusters managed by PGO, including support for Grafana 7.4. These include:
96+
97+
- New query performance insights, including the standard "top N" views (longest running queries, average runtime, total queries run) to help with performance troubleshooting.
98+
- Enhancements to information available about the state of backups, including the backup recovery window, the total number of missing WAL archives, the total size of backups, and more.
99+
- A new "alerting dashboard" that provides summary information about system health and alert history.
100+
101+
There are also general improvements to the overall user experience of the monitoring visualizations.
102+
92103
## Enable / Disable TLS in Active PostgreSQL Clusters
93104

94105
It's common to begin designing a Postgres cluster in development and then, upon bringing it to production, add TLS support to it.

0 commit comments

Comments
 (0)