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:
  • Rocky Linux
  • AlmaLinux
  • Fedora
  • -
  • Oracle Linux
  • and others.

    @@ -44,7 +43,6 @@ The PostgreSQL Yum Repository currently supports:
  • Red Hat Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • -
  • Oracle Linux
  • Fedora*
  • @@ -70,7 +68,7 @@ To use the PostgreSQL Yum Repository, follow these steps:

    Included in Distribution

    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: -

    For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:

    +

    For RHEL / Rocky Linux / AlmaLinux 10, 9, 8 or Fedora 41 and later derived distributions:

       postgresql-setup --initdb
       systemctl enable postgresql.service