From 2418b962280b3713e86ba79d2f95bb67add5bb91 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:27:13 -0600 Subject: [PATCH] PXC-4606 [DOCS] - Update PXC installation limitation documentation (#197) modified: docs/yum.md --- docs/yum.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/yum.md b/docs/yum.md index efff84bc..0059329a 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -37,6 +37,12 @@ For information on SELinux, see [Enabling SELinux](selinux.md#selinux). For more information on the Percona Software repositories and configuring Percona Repositories with `percona-release`, see the [Percona Software Repositories Documentation](https://docs.percona.com/percona-software-repositories/index.html). +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 +``` + === "Install on Red Hat 7" ```{.bash data-prompt="$"}