Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RelNotes 2.43.0 #3040

Merged
merged 16 commits into from
Jul 9, 2024
Merged
18 changes: 15 additions & 3 deletions docs/api/pmm-server-config/troubleshooting/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@ title: Logs
slug: "logs"
category: 626badcabbc59c02acc1a540
---
Download the logs and components configuration to troubleshoot any issues with the PMM Server.

Sometimes users need to troubleshoot an issue. PMM Server offers an ability to download the logs as well as configuration of its components.
## Accessing logs

You can download the logs either by calling this endpoint or by visiting a dedicated URL (ex: https://pmmdemo.percona.com/logs.zip) or via the **Settings UI** as explained in the [Troubleshooting](https://docs.percona.com/percona-monitoring-and-management/how-to/troubleshoot.html#client-server-connections) section of our docs.
PMM Server offers two primary methods to access and download logs:

1. Through direct URL: You can download logs by visiting a dedicated URL or calling the Logs endpoint. This method enables you to customize the log content using the `line-count` parameter:
For example:
- Default 50,000 lines: `https://<pmm-server>/logs.zip`
- Custom number of lines: `https://<pmm-server>/logs.zip?line-count=10000`
- Unlimited, full log: `https://<pmm-server>/logs.zip?line-count=-1`

- Through the UI, by selecting the <i class="uil uil-question-circle"></i> **Help > PMM Dump**. option from the main menu. For more information, see the [Troubleshooting](https://docs.percona.com/percona-monitoring-and-management/how-to/troubleshoot.html#client-server-connections) topic in the product documentation.
ademidoff marked this conversation as resolved.
Show resolved Hide resolved

## Log structure

The downloaded logs package contains the following structure:

The structure of the logs is as follows:
[block:code]
{
"codes": [
Expand Down
44 changes: 44 additions & 0 deletions docs/release-notes/2.43.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Percona Monitoring and Management 2.43.0

| **Release date** | July , 2024 |
| -----------------| ----------------------------------------------------------------------------------------------- |
| **Installation** | [Installing Percona Monitoring and Management](../quickstart/index.md) |

Percona Monitoring and Management (PMM) is an open source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB.

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.

## What's new in this release

This release introduces this and that

## Release highlights





![!image](../_images/.png)

## Improvements

- [PMM-13133](https://perconadev.atlassian.net/browse/PMM-13133) -

- [PMM-13054](https://perconadev.atlassian.net/browse/PMM-13054) - The default number of log lines for each log file returned by `httsp://<pmm-server>/logs.zip` endpoint has been increased from 1,000 to 50,000.

Additionally, the endpoint now includes a customizable line-count parameter in the download URL, allowing you to specify a custom number of log lines or opt for unlimited log size. For more information, see the [API documentation](https://percona-pmm.readme.io/reference/logs).


## Maintenance

### QAN update: Upgrade to `pg_query_go` v5 and impact on PostgreSQL 9.x

As part of our ongoing maintenance efforts, we have upgraded the `pg_query_go` package to version 5. This latest version helps parse PostgreSQL queries in QAN, provides improved functionality, and enables subsequent upgrades of important dependencies.

However, with this change, QAN will no longer be able to list PostgreSQL database tables for versions 9.4, 9.5, and 9.6. Since all PostgreSQL 9.x versions have already reached their end-of-life status, we recommend upgrading to a supported version of PostgreSQL.

If you're looking to upgrade, you can easily [install the latest version of Percona Distribution for PostgreSQL](https://docs.percona.com/postgresql/13/installing.html).
catalinaadam marked this conversation as resolved.
Show resolved Hide resolved

catalinaadam marked this conversation as resolved.
Show resolved Hide resolved
### Fixed issues

- [PMM-xxxxx](https://perconadev.atlassian.net/browse/PMM-xxxx) - Fixed an issue in the
Loading