diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 247b640c..0c1bea85 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -15,7 +15,6 @@ The Red Hat family of distributions includes:
and others.
@@ -44,7 +43,6 @@ The PostgreSQL Yum Repository currently supports:These distributions all include PostgreSQL by default. To install -PostgreSQL from these repositories, use the dnf command on RHEL 8 and Fedora: +PostgreSQL from these repositories, use the dnf command on RHEL and Fedora:
@@ -78,14 +76,6 @@ dnf install postgresql-server
-or yum command on RHEL / CentOS 7: -
-
-
-yum install postgresql-server
-
-
Which version of PostgreSQL you get will depend on the version of the distribution:
@@ -156,7 +146,7 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation will not be enabled for automatic start or have the database initialized automatically. To make your database installation complete, you need to perform the following steps, based on your distribution: -postgresql-setup --initdb systemctl enable postgresql.service