Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9709 [DOC] Add docs for Percona Server 8.4.4 - PRO release #485

Open
wants to merge 1 commit into
base: 8.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/install-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

--8<--- "pro-build-announcement.md"

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

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}

## Version changes

Percona Server for MySQL 8.4.4-4 Pro build is available for the Amazon Linux 2023 (AL2023) platform. We support both AMD64 and ARM64 versions of Amazon Linux 2023.

## Procedure

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.
Expand Down Expand Up @@ -46,7 +52,7 @@ This document provides guidelines how to install Pro packages of Percona Server

Install other required packages. [Check files in the DEB package built for Percona Server for MySQL 8.4](apt-files.md).

=== "On RHEL and derivatives"
=== "On RHEL or Amazon Linux 2023 or derivatives"

1. Create the `/etc/yum.repos.d/psmysql-pro.repo` configuration file with the following contents with your [CLIENTID] and [TOKEN].

Expand Down
3 changes: 3 additions & 0 deletions docs/pro-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
| percona-server-pro-debuginfo | The debug symbols. |
| percona-server-devel-pro | Header files needed to compile software using the client library. |

## Next steps

[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
5 changes: 3 additions & 2 deletions docs/psmysql-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Find the list of capabilities available in Percona Server for MySQL Pro:

| Name | Version | Description |
| ----------------------------------- | ------------- | -------------|
| [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. |
| [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. |
| Available on [Amazon Linux 2023](install-pro.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. |
| [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. |
| [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. |
| [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. |

## What's in it for you?

Expand Down
14 changes: 10 additions & 4 deletions docs/yum-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,32 @@ We gather [Telemetry data] in the Percona packages and Docker images.

--8<--- "get-help-snip.md"

## Supported platforms
### Supported platforms

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

## Red Hat Certified
### Red Hat Certified

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

## ARM support
### ARM support

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.

## Limitations
### Limitations

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:

```{.bash data-prompt="$"}
$ sudo yum module disable mysql
```

### Percona Server for MySQL PRO

--8<--- "pro-build-announcement.md"

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

## Install

To install using the Percona Software repository, run the following commands either as a `root` user or, as in the example, using `sudo`.
Expand Down
16 changes: 9 additions & 7 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,15 @@ extra:

nav:
- Home: index.md
- psmysql-pro.md
- Percona Server for MySQL PRO:
- psmysql-pro.md
- Install Percona Server for MySQL Pro:
- install-pro.md
- pro-files.md
- Pro build features:
- fips.md
- upgrade-pro.md
- downgrade-from-pro.md
- get-help.md
- Release notes:
- Release notes index: release-notes/release-notes-index.md
Expand Down Expand Up @@ -177,7 +185,6 @@ nav:
- uninstall-audit-log-filter.md
- binlog-space.md
- extended-select-into-outfile.md
- fips.md
- innodb-expanded-fast-index-creation.md
- kill-idle-trx.md
- percona-sequence-table.md
Expand Down Expand Up @@ -222,18 +229,13 @@ nav:
- Docker:
- Install using Docker: docker.md
- docker-config.md
- Install Percona Server for MySQL Pro:
- install-pro.md
- pro-files.md
- Upgrade:
- upgrade.md
- upgrade-strategies.md
- upgrade-components.md
- upgrade-percona-repos.md
- upgrade-standalone-packages.md
- upgrade-pro.md
- downgrade.md
- downgrade-from-pro.md
- Post-Installation:
- binlogging-replication-improvements.md
- post-installation.md
Expand Down