From: Devrim Gündüz Date: Mon, 15 Nov 2021 13:00:28 +0000 (+0000) Subject: Update Fedora info, and also put RHEL 8 and 7 above 6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1f9b43f209f858facf4dc1cbfd90c1799408de13;p=pgweb.git Update Fedora info, and also put RHEL 8 and 7 above 6 --- diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 9652105a..bd01c0fc 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -112,12 +112,12 @@ the distribution: 8.4 (also supplies package rh-postgresql96, via SCL) - Fedora 34 + Fedora 35 13 - Fedora 33 - 12 + Fedora 34 + 13 @@ -158,17 +158,17 @@ 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 6

-
-  service postgresql initdb
-  chkconfig postgresql on
-
-

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

+

For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 34 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