Skip to content

Commit

Permalink
Update yum.md - missing repo to meet Perl dependency (#350)
Browse files Browse the repository at this point in the history
* Update yum.md - missing repo to meet Perl dependency

Update yum.md - missing repo to meet Perl dependency

* Update yum.md

No needed, as it's installed as part of the dependencies by devel package
  • Loading branch information
ImTheKai authored Nov 18, 2024
1 parent 2af27a5 commit cb85a7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ You need the `percona-release` repository management tool that enables the desir
sudo percona-release enable-only ppg-{{pgversion17}} experimental
```

3. ### For `percona-postgresql{{pgversion}}-devel` package

You need to install the `percona-postgresql{{pgversion}}-devel` package when working with pg_tde. This package requires dependencies that are not part of the Distribution, but can be installed from the specific repositories:

```
$ sudo dnf config-manager --set-enabled ol9_codeready_builder
```

## Install `pg_tde`

1. Install Percona Distribution for PostgreSQL 17 and the required packages, run the following command:
Expand Down

0 comments on commit cb85a7e

Please sign in to comment.