Skip to content

Commit d0a99bd

Browse files
PXC-4646 [DOCs] Add docs for PXC 8.4.4 PRO (#227)
modified: docs/install-index.md modified: docs/install-pro.md modified: docs/pxc-pro.md modified: docs/templates/pdf_cover_page.tpl
1 parent c65c85e commit d0a99bd

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

docs/fips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The Federal Information Processing Standards (FIPS) are a set of U.S. government standards that ensure the security of computer systems for non-military government agencies and contractors. These standards specify how to perform cryptographic operations, such as encryption, hashing, and digital signatures. FIPS mode is a mode of operation that enforces these standards and rejects any non-compliant algorithms or parameters.
66

7-
Percona XtraDB Cluster implements the same level of FIPS support as Percona Server for MySQL. Percona XtraDB Cluster can run in FIPS mode if a FIPS-enabled OpenSSL library and FIPS Object Module are available at runtime or if compiled using a FIPS-validated version of OpenSSL. You can also receive this functionality by [building Percona XtraDB Cluster from source code](compile.md).
7+
Starting with Percona XtraDB Cluster 8.4.3-3, the cluster delivers the same extensive FIPS support as offered in the Percona Server for MySQL Pro builds. Percona XtraDB Cluster can run in FIPS mode if a FIPS-enabled OpenSSL library and FIPS Object Module are available at runtime or if compiled using a FIPS-validated version of OpenSSL. You can also receive this functionality by [building Percona XtraDB Cluster from source code](compile.md).
88

99
## Prerequisites
1010

docs/install-index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ If you want to build Percona XtraDB Cluster from source, see [Compiling and Inst
3232

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

35+
### Percona XtraDB Cluster PRO
36+
37+
This document provides guidelines on how to install Percona XtraDB Cluster PRO packages from the Percona repositories.
38+
39+
--8<--- "pro-build-announcement.md"
40+
41+
[Install Percona XtraDB Cluster Pro](install-pro.md){.md-button}
42+
3543
## Product version numbering
3644

3745
The version number in PXC releases contains the following components:

docs/install-pro.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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}
44

5+
## Version changes
6+
7+
Starting with Percona XtraDB Cluster 8.4.4-4 Pro, this build is also available for Amazon Linux 2023 (AL2023) platform. We support both AMD64 and ARM64 versions of Amazon Linux 2023.
8+
59
## Prerequisites
610

711
--8<--- "pro-build-announcement.md"
@@ -77,7 +81,7 @@ This document provides guidelines how to install Pro packages of Percona XtraDB
7781

7882
Install other required packages. [Check files in the DEB package built for Percona XtraDB Cluster 8.4](apt-files.md).
7983

80-
=== "On RHEL or derivatives"
84+
=== "On RHEL, Amazon Linux 2023, or their derivatives"
8185

8286
```{.bash data-prompt="$"}
8387
$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm

docs/pxc-pro.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
## Capabilities
66

7-
Find the list of capabilities available in Percona XtraDB Cluster Pro:
7+
The following capabilities were introduced in the listed version of Percona XtraDB Cluster Pro and have been tested with the latest release to ensure reliability and performance:
88

9-
| Name | Version | Description |
9+
| Name | Available since | Description |
1010
| ----------------------------------- | ------------- | -------------|
11-
| [FIPS compliance](fips.md)| 8.4.3-3 | FIPS compliance enables all commercial cloud service providers who want to sell and increase their presence for US government entities. |
11+
| Available on [Amazon Linux 2023](install-pro.md) | 8.4.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. |
12+
| [FIPS compliance](fips.md)| 8.4.3-3 | FIPS compliance allows commercial cloud service providers to expand their presence with US government entities. |
1213

1314
## What's in it for you?
1415

0 commit comments

Comments
 (0)