From 6a1f5d44bede7b85eb9431c9d7d5f118c11338fc Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Fri, 14 Mar 2025 15:52:04 +0100 Subject: [PATCH] PS-9709 [DOC] Add docs for Percona Server 8.4.4 - PRO release modified: docs/psmysql-pro.md modified: mkdocs-base.yml --- docs/install-pro.md | 8 +++++++- docs/pro-files.md | 3 +++ docs/psmysql-pro.md | 5 +++-- docs/yum-repo.md | 14 ++++++++++---- mkdocs-base.yml | 16 +++++++++------- 5 files changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/install-pro.md b/docs/install-pro.md index f739edc1bbc..46d9a55f7d7 100644 --- a/docs/install-pro.md +++ b/docs/install-pro.md @@ -2,8 +2,14 @@ --8<--- "pro-build-announcement.md" +Review [Get more help](get-help.md) for ways that we can work with you. + This document provides guidelines how to install Pro packages of Percona Server for MySQL from Percona repositories. [Check files in packages built for Percona Server for MySQL Pro :material-arrow-right:](pro-files.md){.md-button} +## Version changes + +Percona Server for MySQL 8.4.4-4 Pro build is available for the Amazon Linux 2023 (AL2023) platform. We support both AMD64 and ARM64 versions of Amazon Linux 2023. + ## Procedure 1. Request the access to the pro repository from Percona Support. You will receive the client ID and the access token which you use when downloading the packages. @@ -46,7 +52,7 @@ This document provides guidelines how to install Pro packages of Percona Server Install other required packages. [Check files in the DEB package built for Percona Server for MySQL 8.4](apt-files.md). - === "On RHEL and derivatives" + === "On RHEL or Amazon Linux 2023 or derivatives" 1. Create the `/etc/yum.repos.d/psmysql-pro.repo` configuration file with the following contents with your [CLIENTID] and [TOKEN]. diff --git a/docs/pro-files.md b/docs/pro-files.md index f721bc1aaf9..21819f09e46 100644 --- a/docs/pro-files.md +++ b/docs/pro-files.md @@ -28,3 +28,6 @@ | percona-server-pro-debuginfo | The debug symbols. | | percona-server-devel-pro | Header files needed to compile software using the client library. | +## Next steps + +[Install Percona Server for MySQL Pro](install-pro.md){.md-button} diff --git a/docs/psmysql-pro.md b/docs/psmysql-pro.md index b134350292a..0579c1c73af 100644 --- a/docs/psmysql-pro.md +++ b/docs/psmysql-pro.md @@ -8,9 +8,10 @@ Find the list of capabilities available in Percona Server for MySQL Pro: | Name | Version | Description | | ----------------------------------- | ------------- | -------------| -| [FIPS compliance](fips.md)| 8.4.0 | Enables all commercial cloud service providers who want to sell and expand their footprint for US government entities. | -| [FIPS compliance](fips.md)| 8.4.2 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.4.2. There are no changes to this release. | +| Available on [Amazon Linux 2023](install-pro.md)| 8.4.4 | Amazon Linux 2023 is a purpose-built Linux distribution optimized for AWS. It’s designed for performance, security, and seamless integration with the broader AWS ecosystem. We support both AMD64 and ARM64 versions of Amazon Linux 2023. | | [FIPS compliance](fips.md)| 8.4.3 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.4.3. There are no changes to this release. | +| [FIPS compliance](fips.md)| 8.4.2 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.4.2. There are no changes to this release. | +| [FIPS compliance](fips.md)| 8.4.0 | Enables all commercial cloud service providers who want to sell and expand their footprint for US government entities. | ## What's in it for you? diff --git a/docs/yum-repo.md b/docs/yum-repo.md index 5d24a12d7bb..34b36f6f95d 100644 --- a/docs/yum-repo.md +++ b/docs/yum-repo.md @@ -10,19 +10,19 @@ We gather [Telemetry data] in the Percona packages and Docker images. --8<--- "get-help-snip.md" -## Supported platforms +### Supported platforms Specific information on the supported platforms, products, and versions are described in [Percona Software and Platform Lifecycle](https://www.percona.com/services/policies/percona-software-platform-lifecycle#mysql). -## Red Hat Certified +### Red Hat Certified Percona Server for MySQL is certified for Red Hat Enterprise Linux 8. This certification is based on common and secure best practices and successful interoperability with the operating system. Percona Server is listed in the [Red Hat Ecosystem Catalog](https://catalog.redhat.com/software/applications/detail/112055). -## ARM support +### ARM support The RPM builds for *RHEL* 8 and *RHEL* 9 contain ARM packages with the `aarch64.rpm` extension. This means that Percona Server for MySQL is available for users on ARM-based systems. -## Limitations +### Limitations RHEL 8 and other EL8 systems enable the MySQL module by default. This module hides the Percona-provided packages and the module must be disabled to make these packages visible. The following command disables the module: @@ -30,6 +30,12 @@ RHEL 8 and other EL8 systems enable the MySQL module by default. This module hid $ sudo yum module disable mysql ``` +### Percona Server for MySQL PRO + +--8<--- "pro-build-announcement.md" + +[Install Percona Server for MySQL Pro](install-pro.md){.md-button} + ## Install To install using the Percona Software repository, run the following commands either as a `root` user or, as in the example, using `sudo`. diff --git a/mkdocs-base.yml b/mkdocs-base.yml index f555c3402bf..8a69e64e9df 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -146,7 +146,15 @@ extra: nav: - Home: index.md - - psmysql-pro.md + - Percona Server for MySQL PRO: + - psmysql-pro.md + - Install Percona Server for MySQL Pro: + - install-pro.md + - pro-files.md + - Pro build features: + - fips.md + - upgrade-pro.md + - downgrade-from-pro.md - get-help.md - Release notes: - Release notes index: release-notes/release-notes-index.md @@ -177,7 +185,6 @@ nav: - uninstall-audit-log-filter.md - binlog-space.md - extended-select-into-outfile.md - - fips.md - innodb-expanded-fast-index-creation.md - kill-idle-trx.md - percona-sequence-table.md @@ -222,18 +229,13 @@ nav: - Docker: - Install using Docker: docker.md - docker-config.md - - Install Percona Server for MySQL Pro: - - install-pro.md - - pro-files.md - Upgrade: - upgrade.md - upgrade-strategies.md - upgrade-components.md - upgrade-percona-repos.md - upgrade-standalone-packages.md - - upgrade-pro.md - downgrade.md - - downgrade-from-pro.md - Post-Installation: - binlogging-replication-improvements.md - post-installation.md