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

Updating version # and recommended module to disable #300

Open
wants to merge 1 commit into
base: 15
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document describes how to install Percona Server for PostgreSQL from Percon
If you intend to install Percona Distribution for PostgreSQL on Red Hat Enterprise Linux v8, disable the ``postgresql`` and ``llvm-toolset``modules:

```{.bash data-prompt="$"}
$ sudo dnf module disable postgresql llvm-toolset
$ sudo dnf module disable postgresql llvm-toolset rust-toolset

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't recommend to disable rust. Also in future releases we will try to avoid disabling llvm-toolset

```

On CentOS 7, you should install the ``epel-release`` package:
Expand All @@ -31,7 +31,7 @@ Run all the commands in the following sections as root or using the `sudo` comma

2. Enable the repository

Percona provides [two repositories](repo-overview.md) for Percona Distribution for PostgreSQL. We recommend enabling the Major release repository to timely receive the latest updates.
Percona provides [two repositories](repo-overview.md) for Percona Distribution for PostgreSQL. We recommend enabling the Major release repository to timely receive the latest updates. The Minor repository should only be used if you need to standardize on a minor release, but be aware you may miss some critical updates in later versions.

To enable a repository, we recommend using the `setup` command:

Expand All @@ -44,7 +44,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
=== "Install using meta-package"

```{.bash data-prompt="$"}
$ sudo yum install percona-ppg-server
$ sudo yum install percona-ppg-server15
```

=== "Install packages individually"
Expand Down