Skip to content

Commit ea4d832

Browse files
authored
edb_otel: add requirement on EPEL for RHEL 9
In RHEL 9, we rely on packages provided by EPEL, such as gRPC or protobuf. Other operating systems may have additional requirements that we may have to add as support of edb_otel extends further.
1 parent 3fd68cb commit ea4d832

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)