Skip to content

Commit b6aaa15

Browse files
PXC-4635 [DOC] Add docs for PXC 8.0.41 PRO (#218)
modified: docs/pxc-pro.md modified: variables.yml
1 parent 10b95cb commit b6aaa15

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

docs/install-index.md

+7
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@ If you want to build Percona XtraDB Cluster from source, see [Compiling and Inst
5151

5252
If you want to run Percona XtraDB Cluster using Docker, see [Running Percona XtraDB Cluster in a Docker Container](docker.md#docker).
5353

54+
### Percona XtraBackup PRO
55+
56+
This document provides guidelines on how to install Percona XtraBackup PRO packages from the Percona repositories.
57+
58+
--8<--- "pro-build-announcement.md"
59+
60+
[Install Percona XtraDB Cluster Pro](install-pro.md){.md-button}
5461

5562
[Telemetry data]: telemetry.md

docs/install-pro.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
This document provides guidelines how to install Pro packages of Percona XtraDB Cluster from Percona repositories. [Check files in packages built for Percona XtraDB Cluster Pro :material-arrow-right:](pro-files.md){.md-button}
66

7+
## Version changes
8+
9+
Percona XtraDB Cluster 8.0.41-32 Pro build is available for the Amazon Linux 2023 (AL2023) platform. We support both AMD64 and ARM64 versions of Amazon Linux 2023.
10+
711
## Prerequisites
812

913
* You need to have root access on the node where you will be installing Percona XtraDB Cluster (either logged in as a user with root privileges or be able to run commands with sudo).
@@ -68,18 +72,18 @@ This document provides guidelines how to install Pro packages of Percona XtraDB
6872
6. Enable the specific percona-release product.
6973

7074
```{.bash .data-prompt="$"}
71-
$ sudo percona-release setup pxc-84-pro --user_name=<Your PRO repository user name> --repo_token=<Your PRO repository token>
75+
$ sudo percona-release setup pxc-80-pro --user_name=<Your PRO repository user name> --repo_token=<Your PRO repository token>
7276
```
7377

7478
7. Install the cluster:
7579

7680
```{.bash .data-prompt="$"}
77-
$ sudo apt install -y percona-xtradb-cluster-pro-84
81+
$ sudo apt install -y percona-xtradb-cluster-pro-80
7882
```
7983

80-
Install other required packages. [Check files in the DEB package built for Percona XtraDB Cluster 8.4](apt-files.md).
84+
Install other required packages. [Check files in the DEB package built for Percona XtraDB Cluster 8.0](apt-files.md).
8185

82-
=== "On RHEL or derivatives"
86+
=== "On RHEL or Amazon Linux 2023 or derivatives"
8387

8488
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:
8589
@@ -91,8 +95,8 @@ This document provides guidelines how to install Pro packages of Percona XtraDB
9195

9296
```{.bash data-prompt="$"}
9397
$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
94-
$ sudo percona-release setup pxc-84-pro --user_name=<Your PRO repository user name> --repo_token=<Your PRO repository token>
95-
$ sudo yum install percona-xtradb-cluster-pro-84
98+
$ sudo percona-release setup pxc-80-pro --user_name=<Your PRO repository user name> --repo_token=<Your PRO repository token>
99+
$ sudo yum install percona-xtradb-cluster-pro-80
96100
```
97101

98102
## After installation

docs/pxc-pro.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Find the list of capabilities available in Percona XtraDB Cluster Pro:
88

99
| Name | Version | Description |
1010
| ----------------------------------- | ------------- | -------------|
11+
| Available on [Amazon Linux 2023](install-pro.md) | 8.0.41-32 | 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. |
1112
| [FIPS compliance](fips.md)| 8.0.40-31 | FIPS compliance enables all commercial cloud service providers who want to sell and increase their presence for US government entities. |
1213

1314
## What's in it for you?

variables.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
release: '8.0.41-32'
44
version: '8.0'
5-
release_date: '2025-03-13'
6-
title_date: '2025-03-13'
5+
release_date: '2025-03-'
6+
title_date: '2025-03-'

0 commit comments

Comments
 (0)