We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 760679a + ea4d832 commit c05b687Copy full SHA for c05b687
advocacy_docs/pg_extensions/otel/installing.mdx
@@ -26,6 +26,11 @@ Before you begin the installation process:
26
27
To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there.
28
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
+
34
35
### Install the package
36
0 commit comments