Skip to content

Commit 4483940

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 4483940

6 files changed

+80
-13
lines changed

docs/install-pro-amzn.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Install Percona Server for MySQL Pro on Amazon Linux 2023
2+
3+
--8<--- "pro-build-announcement.md"
4+
5+
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}
6+
7+
## Procedure
8+
9+
!!! note
10+
11+
Percona Server for MySQL 8.4.4-4 Pro build is available for the following platforms:
12+
13+
* Amazon Linux 2023 (AL2023) - We support both AMD64 and ARM64 versions of Amazon Linux 2023.
14+
15+
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.
16+
17+
18+
2. Create the `/etc/yum.repos.d/psmysql-pro.repo` configuration file with the following contents with your [CLIENTID] and [TOKEN].
19+
20+
```ini title="/etc/yum.repos.d/psmysql-pro.repo"
21+
[ps-8.4-pro]
22+
name=PS_8.4_PRO
23+
baseurl=http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-84-pro/yum/release/$releasever/RPMS/x86_64
24+
enabled=1
25+
gpgkey = https://repo.percona.com/yum/PERCONA-PACKAGING-KEY
26+
```
27+
28+
3. Install Percona Server for MySQL packages
29+
30+
```{.bash .data-prompt="$"}
31+
$ sudo yum install -y percona-server-server-pro
32+
```
33+
34+
Install other required packages. [Check files in packages built for Percona Server for MySQL Pro](pro-files.md).
35+
36+
4. Start the server
37+
38+
```{.bash .data-prompt="$"}
39+
$ sudo systemctl start mysql
40+
```
41+
42+
## Next step
43+
44+
[Enable the FIPS mode :material-arrow-right:](fips.md){.md-button}

docs/install-pro.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
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+
[Install Percona Server for MySQL Pro on Amazon Linux 2023 :material-arrow-right:](install-pro-amzn.md){.md-button}
10+
711
## Procedure
812

913
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.

docs/pro-files.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
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}
34+
35+
[Install Percona Server for MySQL Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}

docs/psmysql-pro.md

+5-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-amzn.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

@@ -19,6 +20,8 @@ Find the list of capabilities available in Percona Server for MySQL Pro:
1920

2021
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
2122

23+
[Install Percona XtraBackup Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}
24+
2225
If you already use Percona Server for MySQL, you can
2326

2427
[Upgrade to Percona Server for MySQL Pro](upgrade-pro.md){.md-button}

docs/yum-repo.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,34 @@ 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+
39+
[Install Percona XtraBackup Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}
40+
3341
## Install
3442

3543
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

+10-7
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,16 @@ 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+
- install-pro-amzn.md
154+
- pro-files.md
155+
- Pro build features:
156+
- fips.md
157+
- upgrade-pro.md
158+
- downgrade-from-pro.md
150159
- get-help.md
151160
- Release notes:
152161
- Release notes index: release-notes/release-notes-index.md
@@ -177,7 +186,6 @@ nav:
177186
- uninstall-audit-log-filter.md
178187
- binlog-space.md
179188
- extended-select-into-outfile.md
180-
- fips.md
181189
- innodb-expanded-fast-index-creation.md
182190
- kill-idle-trx.md
183191
- percona-sequence-table.md
@@ -222,18 +230,13 @@ nav:
222230
- Docker:
223231
- Install using Docker: docker.md
224232
- docker-config.md
225-
- Install Percona Server for MySQL Pro:
226-
- install-pro.md
227-
- pro-files.md
228233
- Upgrade:
229234
- upgrade.md
230235
- upgrade-strategies.md
231236
- upgrade-components.md
232237
- upgrade-percona-repos.md
233238
- upgrade-standalone-packages.md
234-
- upgrade-pro.md
235239
- downgrade.md
236-
- downgrade-from-pro.md
237240
- Post-Installation:
238241
- binlogging-replication-improvements.md
239242
- post-installation.md

0 commit comments

Comments
 (0)