diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 13f56d7..081f92a 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -76,7 +76,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 yum command on RHEL 5,6 and 7: +PostgreSQL from these repositories, use the yum command on RHEL 6 and 7:

@@ -84,7 +84,7 @@ yum install postgresql-server

-or dnf command on Fedora 27+: +or dnf command on RHEL 8 and Fedora 29+:

@@ -103,6 +103,10 @@ the distribution: + + RHEL 8 + 10 and 9.6 via modules + RHEL/CentOS/SL/OL 7 9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL) @@ -116,11 +120,11 @@ the distribution: 8.1 (also supplies package postgresql84) - Fedora 29 - 10 + Fedora 30 + 11 - Fedora 28 + Fedora 29 10 @@ -166,12 +170,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 / CentOS / SL / OL 5,6

+

For RHEL / CentOS / SL / OL 6

   service postgresql initdb
   chkconfig postgresql on
 
-

For RHEL / CentOS / SL / OL 7 or Fedora 27 and later derived distributions:

+

For RHEL / CentOS / SL / OL 7,8 or Fedora 29 and later derived distributions:

   postgresql-setup initdb
   systemctl enable postgresql.service