Skip to content

Commit c05b687

Browse files
authored
Merge pull request #6774 from tureba/patch-2
edb_otel: add requirement on EPEL for RHEL 9
2 parents 760679a + ea4d832 commit c05b687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

advocacy_docs/pg_extensions/otel/installing.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Before you begin the installation process:
2626

2727
To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there.
2828

29+
If you are using RHEL 9, you also need to install the EPEL repository:
30+
```shell
31+
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
32+
```
33+
2934

3035
### Install the package
3136

0 commit comments

Comments
 (0)