diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 3ce356dd..4bb9c504 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -14,7 +14,7 @@ The Red Hat family of distributions includes:
  • Red Hat Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • -
  • CentOS (7 and 6 only)
  • +
  • CentOS (7 only)
  • Fedora
  • Oracle Linux
  • @@ -45,7 +45,7 @@ The PostgreSQL Yum Repository currently supports:
  • Red Hat Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • -
  • CentOS (7 and 6 only)
  • +
  • CentOS (7 only)
  • Oracle Linux
  • Fedora*
  • @@ -111,10 +111,6 @@ the distribution: RHEL / CentOS / SL / OL 7 9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL) - - RHEL / CentOS / SL / OL 6 - 8.4 (also supplies package rh-postgresql96, via SCL) - Fedora 41 16 @@ -162,17 +158,12 @@ 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 / SL / OL 7, 8, 9 or Fedora 39 and later derived distributions:

    +

    For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 40 and later derived distributions:

       postgresql-setup --initdb
       systemctl enable postgresql.service
       systemctl start postgresql.service
     
    -

    For RHEL / CentOS / SL / OL 6

    -
    -  service postgresql initdb
    -  chkconfig postgresql on
    -

    Direct RPM download