From ea4d8320b117f8e943a6e62f7a3f89ad7f6f6494 Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Fri, 9 May 2025 13:28:30 -0300 Subject: [PATCH] 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. --- advocacy_docs/pg_extensions/otel/installing.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/advocacy_docs/pg_extensions/otel/installing.mdx b/advocacy_docs/pg_extensions/otel/installing.mdx index 810e0d7d41b..6bbce4d07a3 100644 --- a/advocacy_docs/pg_extensions/otel/installing.mdx +++ b/advocacy_docs/pg_extensions/otel/installing.mdx @@ -26,6 +26,11 @@ Before you begin the installation process: To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there. + If you are using RHEL 9, you also need to install the EPEL repository: + ```shell + sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm + ``` + ### Install the package