Skip to content

Commit 6a1f5d4

Browse files
PS-9709 [DOC] Add docs for Percona Server 8.4.4 - PRO release
modified: docs/psmysql-pro.md modified: mkdocs-base.yml
1 parent 3431afe commit 6a1f5d4

File tree

5 files changed

+32
-14
lines changed

5 files changed

+32
-14
lines changed

docs/install-pro.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
--8<--- "pro-build-announcement.md"
44

5+
Review [Get more help](get-help.md) for ways that we can work with you.
6+
57
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}
68

9+
## Version changes
10+
11+
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.
12+
713
## Procedure
814

915
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
4652

4753
Install other required packages. [Check files in the DEB package built for Percona Server for MySQL 8.4](apt-files.md).
4854

49-
=== "On RHEL and derivatives"
55+
=== "On RHEL or Amazon Linux 2023 or derivatives"
5056

5157
1. Create the `/etc/yum.repos.d/psmysql-pro.repo` configuration file with the following contents with your [CLIENTID] and [TOKEN].
5258

docs/pro-files.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
| percona-server-pro-debuginfo | The debug symbols. |
2929
| percona-server-devel-pro | Header files needed to compile software using the client library. |
3030

31+
## Next steps
32+
33+
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}

docs/psmysql-pro.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Find the list of capabilities available in Percona Server for MySQL Pro:
88

99
| Name | Version | Description |
1010
| ----------------------------------- | ------------- | -------------|
11-
| [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. |
12-
| [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. |
11+
| 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. |
1312
| [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. |
13+
| [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. |
14+
| [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. |
1415

1516
## What's in it for you?
1617

docs/yum-repo.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,32 @@ We gather [Telemetry data] in the Percona packages and Docker images.
1010

1111
--8<--- "get-help-snip.md"
1212

13-
## Supported platforms
13+
### Supported platforms
1414

1515
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).
1616

17-
## Red Hat Certified
17+
### Red Hat Certified
1818

1919
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).
2020

21-
## ARM support
21+
### ARM support
2222

2323
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.
2424

25-
## Limitations
25+
### Limitations
2626

2727
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:
2828

2929
```{.bash data-prompt="$"}
3030
$ sudo yum module disable mysql
3131
```
3232

33+
### Percona Server for MySQL PRO
34+
35+
--8<--- "pro-build-announcement.md"
36+
37+
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
38+
3339
## Install
3440

3541
To install using the Percona Software repository, run the following commands either as a `root` user or, as in the example, using `sudo`.

mkdocs-base.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,15 @@ extra:
146146

147147
nav:
148148
- Home: index.md
149-
- psmysql-pro.md
149+
- Percona Server for MySQL PRO:
150+
- psmysql-pro.md
151+
- Install Percona Server for MySQL Pro:
152+
- install-pro.md
153+
- pro-files.md
154+
- Pro build features:
155+
- fips.md
156+
- upgrade-pro.md
157+
- downgrade-from-pro.md
150158
- get-help.md
151159
- Release notes:
152160
- Release notes index: release-notes/release-notes-index.md
@@ -177,7 +185,6 @@ nav:
177185
- uninstall-audit-log-filter.md
178186
- binlog-space.md
179187
- extended-select-into-outfile.md
180-
- fips.md
181188
- innodb-expanded-fast-index-creation.md
182189
- kill-idle-trx.md
183190
- percona-sequence-table.md
@@ -222,18 +229,13 @@ nav:
222229
- Docker:
223230
- Install using Docker: docker.md
224231
- docker-config.md
225-
- Install Percona Server for MySQL Pro:
226-
- install-pro.md
227-
- pro-files.md
228232
- Upgrade:
229233
- upgrade.md
230234
- upgrade-strategies.md
231235
- upgrade-components.md
232236
- upgrade-percona-repos.md
233237
- upgrade-standalone-packages.md
234-
- upgrade-pro.md
235238
- downgrade.md
236-
- downgrade-from-pro.md
237239
- Post-Installation:
238240
- binlogging-replication-improvements.md
239241
- post-installation.md

0 commit comments

Comments
 (0)