Skip to content

Commit da7ab6d

Browse files
PS-9689 [Doc] Add docs for 8.0.41-32 PRO release (#474)
new file: docs/install-pro-amzn.md modified: docs/install-pro.md modified: docs/pro-files.md modified: docs/psmysql-pro.md modified: docs/yum-repo.md modified: mkdocs-base.yml new file: snippets/pro-build-announcement.md
1 parent 95d304e commit da7ab6d

File tree

7 files changed

+90
-36
lines changed

7 files changed

+90
-36
lines changed

docs/install-pro-amzn.md

Lines changed: 44 additions & 0 deletions
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.0.41-32 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.0-pro]
22+
name=PS_8.0_PRO
23+
baseurl=http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Install Percona Server for MySQL Pro
22

3-
Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabilities) that are typically requested by large enterprises. Percona Server for MySQL Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription.
4-
5-
[Become a Percona Customer](https://www.percona.com/about/contact){.md-button}
3+
--8<--- "pro-build-announcement.md"
64

75
Review [Get more help](get-help.md) for ways that we can work with you.
86

97
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}
108

9+
[Install Percona Server for MySQL Pro on Amazon Linux 2023 :material-arrow-right:](install-pro-amzn.md){.md-button}
10+
1111
## Procedure
1212

1313
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.
@@ -68,7 +68,7 @@ This document provides guidelines how to install Pro packages of Percona Server
6868
$ sudo yum install -y percona-server-server-pro
6969
```
7070

71-
Install other required packages. [Check files in the DEB package built for Percona Server for MySQL 8.0](apt-files.md).
71+
Install other required packages. [Check files in the RPM package built for Percona Server for MySQL 8.0](yum-files.md).
7272

7373
3. Start the server
7474

docs/pro-files.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Files in packages built for Percona Server for MySQL Pro
22

3-
Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabilities) that are typically requested by large enterprises. Percona Server for MySQL Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription.
4-
5-
[Become a Percona Customer](https://www.percona.com/about/contact){.md-button}
3+
--8<--- "pro-build-announcement.md"
64

75
## Files in the DEB package
86

@@ -30,3 +28,8 @@ Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabili
3028
| percona-server-pro-debuginfo | The debug symbols. |
3129
| percona-server-devel-pro | Header files needed to compile software using the client library. |
3230

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Percona Server for MySQL Pro
22

3-
Percona Server for MySQL Pro includes the [capabilities](#capabilities) that are typically requested by large enterprises. Percona Server for MySQL Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription.
4-
5-
[Become a Percona Customer](https://www.percona.com/about/contact){.md-button}
3+
--8<--- "pro-build-announcement.md"
64

75
## Capabilities
86

97
Find the list of capabilities available in Percona Server for MySQL Pro:
108

119
| Name | Version | Description |
1210
| ----------------------------------- | ------------- | -------------|
11+
| Install [Amazon Linux 2023](install-pro-amzn.md)| 8.0.41-32 | Install Percona Server for MySQL Pro on Amazon Linux 2023. We support both AMD64 and ARM64 versions of Amazon Linux 2023.|
1312
| [FIPS compliance](fips.md)| 8.0.40-31 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.0.40-31. There are no changes to this release.|
1413
| [FIPS compliance](fips.md)| 8.0.39-30 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.0.39-30. There are no changes to this release.|
1514
| [FIPS compliance](fips.md)| 8.0.37-29 | The FIPS feature has been tested on Percona Server for MySQL Pro 8.0.37-29. There are no changes to this release.|
@@ -23,8 +22,11 @@ Find the list of capabilities available in Percona Server for MySQL Pro:
2322

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

25+
[Install Percona XtraBackup Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}
26+
2627
If you already use Percona Server for MySQL, you can
2728

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

30-
Community users can receive all these capabilities by [building Percona Server for MySQL from the same source code](compile-percona-server.md).
31+
Community users can receive all these capabilities by [building Percona Server for MySQL from the same source code](compile-percona-server.md).
32+

docs/yum-repo.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
Ready-to-use packages are available from the Percona Server for MySQL software
44
repositories and the [download page](https://www.percona.com/downloads).
55

6-
The Percona YUM repository supports popular RPM-based
6+
The Percona yum repository supports popular RPM-based
77
operating systems. The easiest way to install the Percona RPM repository is to install an RPM configuring yum and installing the [Percona GPG key](https://repo.percona.com/yum/PERCONA-PACKAGING-KEY).
88

99
We gather [Telemetry data] in the Percona packages and Docker images.
1010

1111
Review [Get more help](get-help.md) for ways that we can work with you.
1212

13-
## Version changes
13+
### Version changes
1414

1515
Starting with Percona Server 8.0.33-25, 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.
1616

17-
## Supported platforms
17+
### Supported platforms
1818

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

21-
## Red Hat Certified
21+
### Red Hat Certified
2222

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

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

2727
The RPM packages for Red Hat Enterprise Linux 7 and the compatible derivatives do not support TLSv1.3. This version requires OpenSSL 1.1.1, which is currently unavailable on this platform.
2828

@@ -32,18 +32,17 @@ RHEL 8 and other EL8 systems enable the MySQL module by default. This module hid
3232
$ sudo yum module disable mysql
3333
```
3434

35-
If you are using the DNF package manager, you can disable the module using the following command:
35+
### Percona Server for MySQL PRO
3636

37-
```{.bash data-prompt="$"}
38-
$ sudo dnf module disable mysql
39-
```
37+
--8<--- "pro-build-announcement.md"
4038

41-
## Install
39+
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
4240

43-
Install from Percona Software Repository
44-
For more information on the Percona Software repositories and configuring Percona Repositories with `percona-release`, see the [Percona Software Repositories Documentation]. Run the following commands as a `root` user or with sudo.
41+
[Install Percona XtraBackup Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}
4542

46-
DNF is the default package manager in RHEL 8 and newer versions, providing a more robust and efficient package management experience.
43+
## Install Percona Server for MySQL from Percona `yum` repository
44+
45+
For more information on the Percona Software repositories and configuring Percona Repositories with `percona-release`, see the [Percona Software Repositories Documentation]. Run the following commands as a `root` user or with sudo.
4746

4847
=== "Install on Red Hat 7"
4948

@@ -60,9 +59,9 @@ DNF is the default package manager in RHEL 8 and newer versions, providing a mor
6059
The first command uses `yum` to install the Percona repository from the Percona website. The second command uses the `percona-release` script to set up the `ps-80` release series of Percona Server. The third command installs Percona Server for MySQL.
6160

6261
```{.bash data-prompt="$"}
63-
$ sudo dnf install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
62+
$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
6463
$ sudo percona-release setup ps-80
65-
$ sudo dnf install percona-server-server
64+
$ sudo yum install percona-server-server
6665
```
6766

6867
## Available storage engines
@@ -75,7 +74,7 @@ For information on how to install and configure TokuDB, refer to the [TokuDB Ins
7574

7675
For information on how to install and configure MyRocks, refer to the [Percona MyRocks Installation guide].
7776

78-
### Percona YUM testing repository
77+
### Percona yum Testing repository
7978

8079
Percona offers pre-release builds from our testing repository.
8180

mkdocs-base.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,16 @@ extra:
144144

145145
nav:
146146
- Home: index.md
147-
- psmysql-pro.md
147+
- Percona Server for MySQL PRO:
148+
- psmysql-pro.md
149+
- Install Percona Server for MySQL Pro:
150+
- install-pro.md
151+
- install-pro-amzn.md
152+
- pro-files.md
153+
- Pro build features:
154+
- fips.md
155+
- upgrade-pro.md
156+
- downgrade-from-pro.md
148157
- get-help.md
149158
- Release notes:
150159
- Release notes index: release-notes/release-notes_index.md
@@ -212,14 +221,12 @@ nav:
212221
- binlog-space.md
213222
- extended-mysqlbinlog.md
214223
- extended-select-into-outfile.md
215-
- fips.md
216224
- innodb-expanded-fast-index-creation.md
217225
- kill-idle-trx.md
218226
- percona-sequence-table.md
219227
- procfs-plugin.md
220228
- proxy-protocol-support.md
221229
- sequence-table.md
222-
223230
- threadpool.md
224231
- trigger-updates.md
225232
- udf-percona-toolkit.md
@@ -228,7 +235,7 @@ nav:
228235
- quickstart-overview.md
229236
- quickstart-docker.md
230237
- quickstart-apt.md
231-
- quickstart-dnf.md
238+
- quickstart-yum.md
232239
- quickstart-next-steps.md
233240

234241
- Install:
@@ -259,9 +266,6 @@ nav:
259266
- Docker:
260267
- Install using Docker: docker.md
261268
- docker-config.md
262-
- Install Percona Server for MySQL Pro:
263-
- install-pro.md
264-
- pro-files.md
265269
- Upgrade:
266270
- upgrade.md
267271
- upgrade-plan.md
@@ -272,15 +276,14 @@ nav:
272276
- upgrade-changes-secure.md
273277
- upgrade-changes-deprecated.md
274278
- upgrade-changes-removed.md
275-
- upgrade-pro.md
279+
276280
- upgrade-pt.md
277281
- in-place-upgrade-guide.md
278282
- upgrade-cutover.md
279283
- upgrade-percona-repos.md
280284
- upgrade-tokudb-myrocks.md
281285
- upgrade-standalone-packages.md
282286
- downgrade.md
283-
- downgrade-from-pro.md
284287
- Post-Installation:
285288
- apparmor.md
286289
- binlogging-replication-improvements.md

snippets/pro-build-announcement.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabilities) that are typically requested by large enterprises. Percona XtraBackup Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription.
2+
3+
[Become a Percona Customer](https://www.percona.com/about/contact){.md-button}

0 commit comments

Comments
 (0)