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-9592 [DOCS] - Update yum-repo with mysql limitation 8.4 #435

Merged
merged 1 commit into from
Dec 31, 2024
Merged
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
2 changes: 0 additions & 2 deletions docs/apt-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The DEB builds for Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, DEBIAN 11, and DEBI

## Install Percona Server for MySQL using APT

--8<--- "percona-release.md"

To install Percona Server for MySQL using APT, do the following steps:
{.power-number}

Expand Down
2 changes: 0 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ We gather [Telemetry data] in the Percona packages and Docker images.

## Install Percona Server for MySQL from Repositories

--8<--- "percona-release.md"

Percona provides repositories for yum (`RPM` packages for Red Hat, CentOS and Amazon Linux AMI) and apt (`.deb` packages for Ubuntu and Debian) for software such as Percona Server for MySQL, Percona XtraBackup, and Percona Toolkit. This makes it easy to install and update your software and its dependencies through your operating system’s package manager. This is the recommended way of installing where possible.

The following guides describe the installation process for using the official Percona repositories for the `.deb` and `.rpm` packages.
Expand Down
3 changes: 0 additions & 3 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,3 @@ The following list summarizes a number of the changes in the 8.0 series and has

Review other [Percona blogs](https://www.percona.com/blog/) that contain upgrade information.

## Limitations

--8<--- "percona-release.md"
22 changes: 14 additions & 8 deletions docs/yum-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,24 @@ Percona Server for MySQL is certified for Red Hat Enterprise Linux 8. This certi

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.

## Install
## 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:

--8<--- "percona-release.md"
```{.bash data-prompt="$"}
$ sudo yum module disable mysql
```

## Install

To install using the Percona Software repository, run the following commands either as a `root` user or, as in the example, using `sudo`.

```{.bash data-prompt="$"}
$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
$ sudo percona-release enable-only {{pkg}} release
$ sudo percona-release enable tools release
$ sudo yum install percona-server-server
```
```{.bash data-prompt="$"}
$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
$ sudo percona-release enable-only {{pkg}} release
$ sudo percona-release enable tools release
$ sudo yum install percona-server-server
```

## Available storage engines

Expand Down