Skip to content

Commit 48e69e1

Browse files
authored
PG-1929 Update percona-postgresql14-devel package with rhel command-14 (#859)
1 parent acefbd3 commit 48e69e1

File tree

1 file changed

+39
-8
lines changed

1 file changed

+39
-8
lines changed

docs/yum.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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="$"}
@@ -65,16 +79,33 @@ You may need to install the `percona-postgresql{{pgversion}}-devel` package when
6579
$ sudo dnf install perl-IPC-Run -y
6680
```
6781

68-
=== "Rocky Linux 8"
82+
=== "RHEL10"
6983

7084
```{.bash data-prompt="$"}
71-
$ sudo dnf config-manager --set-enabled powertools install perl-IPC-Run -y
85+
$ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-10-rhui-rpms
86+
$ sudo dnf install perl-IPC-Run -y
7287
```
7388

74-
=== "Oracle Linux 8"
89+
If the required packages are not available in RHEL repos, install EPEL:
90+
91+
```{.bash data-prompt="$"}
92+
$ sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
93+
$ sudo dnf install perl-IPC-Run -y
94+
```
95+
96+
=== "Rocky Linux 10"
97+
98+
```{.bash data-prompt="$"}
99+
$ sudo dnf install dnf-plugins-core
100+
$ sudo dnf config-manager --set-enabled crb
101+
$ sudo dnf install perl-IPC-Run -y
102+
```
103+
104+
=== "Oracle Linux 10"
75105

76106
```{.bash data-prompt="$"}
77-
$ sudo dnf config-manager --set-enabled ol9_codeready_builder install perl-IPC-Run -y
107+
$ sudo dnf config-manager --set-enabled ol10_codeready_builder
108+
$ sudo dnf install perl-IPC-Run -y
78109
```
79110

80111
### For `percona-patroni` package
@@ -356,7 +387,7 @@ $ sudo yum -y install curl
356387
```
357388

358389
=== "Install packages individually"
359-
390+
360391
Run the following commands:
361392
{.power-number}
362393

@@ -425,19 +456,19 @@ $ sudo yum -y install curl
425456
$ sudo yum install percona-postgresql{{pgversion}}-contrib
426457
```
427458

428-
Install HAProxy
459+
Install HAProxy:
429460

430461
```{.bash data-prompt="$"}
431462
$ sudo yum install percona-haproxy
432463
```
433464

434-
Install `pg_gather`
465+
Install `pg_gather`:
435466

436467
```{.bash data-prompt="$"}
437468
$ sudo yum install percona-pg_gather
438469
```
439470

440-
Install pgpool2
471+
Install pgpool2:
441472

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

0 commit comments

Comments
 (0)