Skip to content

[Docs] Remove doc references to Focal Fossa (PMM-14057) #4142

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Connect Linux databases to PMM


## Supported Linux Distributions
## Supported Linux distributions

PMM Client supports collecting system metrics from various Linux distributions:

- Red Hat/CentOS/Oracle Linux 8 and 9
- Amazon Linux 2023 (native support added in PMM 3.2.0)
- Debian 11 (Bullseye) and 12 (Bookworm)
- Ubuntu 20.04 (Focal), 22.04 (Jammy), and 24.04 (Noble)
- Ubuntu 22.04 (Jammy) and 24.04 (Noble)

## Add Linux monitoring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PMM Client supports:
- **Operating systems**:
- Red Hat/CentOS/Oracle Linux 8 and 9
- Debian 11 (Bullseye) and 12 (Bookworm)
- Ubuntu 20.04 (Focal), 22.04 (Jammy), and 24.04 (Noble)
- Ubuntu 22.04 (Jammy) and 24.04 (Noble)
- Amazon Linux 2023

The package manager will automatically select the appropriate version for your system architecture.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ To reduce storage usage, consider [disable table statistics](../install-pmm-clie
- **CPU**: must support the [`SSE4.2`](https://wikipedia.org/wiki/SSE4#SSE4.2), which is required for Query Analytics (QAN).
- **ARM64**: ensure your system uses a supported ARM64 architecture (such as ARMv8 or later). PMM Server is not currently available as a native ARM64 build. For ARM-based systems, use Docker or Podman to run x86_64 images via emulation. To explicitly force Docker to use the x86_64 image on an ARM system, use: `docker run --platform linux/amd64 ... <your_pmm_server_image>`.


### PMM Client

- **Installation storage**: Requires 100 MB of storage for installation
Expand Down
6 changes: 3 additions & 3 deletions documentation/docs/pmm-upgrade/upgrade_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ To deploy a specific version of the PMM Client via package manager, check the av
=== "Debian-based"
```sh
apt-cache madison pmm-client
pmm-client | 3.0.1-6.focal | http://repo.percona.com/pmm-client/apt focal/main amd64 Packages
pmm-client | 3.0.0-6.focal | http://repo.percona.com/pmm-client/apt focal/main amd64 Packages
apt install pmm-client=3.0.1-6.focal
pmm-client | 3.0.1-6.jammy | http://repo.percona.com/pmm-client/apt jammy/main amd64 Packages
pmm-client | 3.0.0-6.jammy | http://repo.percona.com/pmm-client/apt jammy/main amd64 Packages
apt install pmm-client=3.0.1-6.jammy
```

### 2. Tarball method
Expand Down
13 changes: 13 additions & 0 deletions documentation/docs/release-notes/3.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,25 @@ Percona Monitoring and Management (PMM) is an open source database monitoring, m

## Release highlights


## Platform support changes and deprecations

### Removed support for Ubuntu 20.04 LTS (Focal Fossa)

Ubuntu 20.04 LTS (Focal Fossa) reached its End of Life on May 31, 2025. Consequently, we no longer build PMM Client packages for this platform.

If your PMM Client is running on Ubuntu 20.04, upgrade your operating system to Ubuntu 22.04 LTS or a later version, and then reinstall PMM Client using the package version for your new Ubuntu release.

Existing installations on Ubuntu 20.04 will continue to work but we will not release further updates. Source packages (.sdeb) are now built on Ubuntu 22.04 instead of Ubuntu 20.04.

## Improvements

- [PMM-13970](https://perconadev.atlassian.net/browse/PMM-13970) - Added `--tls-skip-verify` flag for `pmm-admin add external`, `pmm-admin add external-serverless`, and `pmm-admin add haproxy` commands. This flag skips TLS certificate validation, enabling you to monitor services with self-signed certificates or IP-based endpoints that lack proper certificate SANs, including PostgreSQL Operator deployments with HAProxy.





## Fixed issues


Expand Down
Loading