Skip to content

Commit a031bb3

Browse files
committed
update percona-postgresql17-devel package with rhel command
1 parent 3a4ddd5 commit a031bb3

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

docs/yum.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes how to install Percona Distribution for PostgreSQL from
44

55
## Platform specific notes
66

7-
Depending on what operating system you are using, you may need to enable or disable specific modules to install Percona Distribution for PostgreSQL packages and to resolve dependencies conflicts for its specific components.
7+
Depending on what operating system you are using, you may need to enable or disable specific modules to install Percona Distribution for PostgreSQL packages and to resolve dependencies conflicts for its specific components.
88

99
### For Percona Distribution for PostgreSQL packages
1010

@@ -50,6 +50,20 @@ You may need to install the `percona-postgresql{{pgversion}}-devel` package when
5050
$ sudo dnf install perl-IPC-Run -y
5151
```
5252

53+
=== "RHEL9"
54+
55+
```{.bash data-prompt="$"}
56+
$ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-9-rhui-rpms
57+
$ sudo dnf install perl-IPC-Run -y
58+
```
59+
60+
If the required packages are not available in RHEL repos, install EPEL:
61+
62+
```{.bash data-prompt="$"}
63+
$ sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
64+
$ sudo dnf install perl-IPC-Run -y
65+
```
66+
5367
=== "Rocky Linux 9"
5468

5569
```{.bash data-prompt="$"}
@@ -77,7 +91,7 @@ $ sudo yum install epel-release
7791

7892
To install `pgpool2` on Red Hat Enterprise Linux and compatible derivatives, enable the codeready builder repository first to resolve dependencies conflict for `pgpool2`.
7993

80-
The following are commands for Red Hat Enterprise Linux 9 and derivatives. For Red Hat Enterprise Linux 8, replace the operating system version in the commands accordingly.
94+
The following are commands for Red Hat Enterprise Linux 9 and derivatives. For Red Hat Enterprise Linux 8, replace the operating system version in the commands accordingly.
8195

8296
=== "RHEL 9"
8397

@@ -350,7 +364,7 @@ $ sudo yum -y install curl
350364
```
351365

352366
=== "Install packages individually"
353-
367+
354368
Run the following commands:
355369
{.power-number}
356370

@@ -419,19 +433,19 @@ $ sudo yum -y install curl
419433
$ sudo yum install percona-postgresql{{pgversion}}-contrib
420434
```
421435

422-
Install HAProxy
436+
Install HAProxy:
423437

424438
```{.bash data-prompt="$"}
425439
$ sudo yum install percona-haproxy
426440
```
427441

428-
Install `pg_gather`
442+
Install `pg_gather`:
429443

430444
```{.bash data-prompt="$"}
431445
$ sudo yum install percona-pg_gather
432446
```
433447

434-
Install pgpool2
448+
Install pgpool2:
435449

436450
1. Check the [platform specific notes](#for-pgpool2-extension)
437451
2. Install the extension

0 commit comments

Comments
 (0)