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

Conversation

jzb
Copy link

@jzb jzb commented Dec 28, 2022

When I ran through this I got an error that percona-ppg-server wasn't found, but percona-ppg-server15 seems to be what we're looking for.

Also - when disabling llvm-toolkit (why?) we also get errors about rust-toolkit. As far as I can tell, disabling rust-toolkit is OK and if you don't you'll see a screen full of errors every time you use yum/dnf...

I don't know why we disable llvm-toolkit, but it might be nice to explain to those who are following the instructions.

When I ran through this I got an error that percona-ppg-server wasn't found, but percona-ppg-server15 seems to be what we're looking for. 

Also - when disabling llvm-toolkit (why?) we also get errors about rust-toolkit. As far as I can tell, disabling rust-toolkit is OK and if you don't you'll see a screen full of errors every time you use yum/dnf... 

I don't know why we disable llvm-toolkit, but it might be nice to explain to those who are following the instructions.
@@ -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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants