You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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].
Copy file name to clipboardExpand all lines: docs/install-pro.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Install Percona Server for MySQL Pro
2
2
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"
6
4
7
5
Review [Get more help](get-help.md) for ways that we can work with you.
8
6
9
7
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}
10
8
9
+
[Install Percona Server for MySQL Pro on Amazon Linux 2023 :material-arrow-right:](install-pro-amzn.md){.md-button}
10
+
11
11
## Procedure
12
12
13
13
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
68
68
$ sudo yum install -y percona-server-server-pro
69
69
```
70
70
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).
Copy file name to clipboardExpand all lines: docs/pro-files.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Files in packages built for Percona Server for MySQL Pro
2
2
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"
6
4
7
5
## Files in the DEB package
8
6
@@ -30,3 +28,8 @@ Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabili
30
28
| percona-server-pro-debuginfo | The debug symbols. |
31
29
| percona-server-devel-pro | Header files needed to compile software using the client library. |
32
30
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}
Copy file name to clipboardExpand all lines: docs/psmysql-pro.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Percona Server for MySQL Pro
2
2
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"
6
4
7
5
## Capabilities
8
6
9
7
Find the list of capabilities available in Percona Server for MySQL Pro:
| 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.|
13
12
|[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.|
14
13
|[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.|
15
14
|[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:
23
22
24
23
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
25
24
25
+
[Install Percona XtraBackup Pro on Amazon Linux 2023](install-pro-amzn.md){.md-button}
26
+
26
27
If you already use Percona Server for MySQL, you can
27
28
28
29
[Upgrade to Percona Server for MySQL Pro](upgrade-pro.md){.md-button}
29
30
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).
Copy file name to clipboardExpand all lines: docs/yum-repo.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,26 @@
3
3
Ready-to-use packages are available from the Percona Server for MySQL software
4
4
repositories and the [download page](https://www.percona.com/downloads).
5
5
6
-
The Percona YUM repository supports popular RPM-based
6
+
The Percona yum repository supports popular RPM-based
7
7
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).
8
8
9
9
We gather [Telemetry data] in the Percona packages and Docker images.
10
10
11
11
Review [Get more help](get-help.md) for ways that we can work with you.
12
12
13
-
## Version changes
13
+
###Version changes
14
14
15
15
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.
16
16
17
-
## Supported platforms
17
+
###Supported platforms
18
18
19
19
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).
20
20
21
-
## Red Hat Certified
21
+
###Red Hat Certified
22
22
23
23
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).
24
24
25
-
## Limitations
25
+
###Limitations
26
26
27
27
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.
28
28
@@ -32,18 +32,17 @@ RHEL 8 and other EL8 systems enable the MySQL module by default. This module hid
32
32
$ sudo yum module disable mysql
33
33
```
34
34
35
-
If you are using the DNF package manager, you can disable the module using the following command:
35
+
### Percona Server for MySQL PRO
36
36
37
-
```{.bash data-prompt="$"}
38
-
$ sudo dnf module disable mysql
39
-
```
37
+
--8<--- "pro-build-announcement.md"
40
38
41
-
## Install
39
+
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
42
40
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}
45
42
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.
47
46
48
47
=== "Install on Red Hat 7"
49
48
@@ -60,9 +59,9 @@ DNF is the default package manager in RHEL 8 and newer versions, providing a mor
60
59
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.
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