Update yum.md - missing repo to meet Perl dependency (#350)

* 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
pull/209/head
Kai Wagner 10 months ago committed by GitHub
parent 2af27a5819
commit cb85a7e35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      documentation/docs/yum.md

@ -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:

Loading…
Cancel
Save