Update Fedora info, and also put RHEL 8 and 7 above 6
authorDevrim Gündüz <devrim@gunduz.org>
Mon, 15 Nov 2021 13:00:28 +0000 (13:00 +0000)
committerDevrim Gündüz <devrim@gunduz.org>
Mon, 15 Nov 2021 13:00:28 +0000 (13:00 +0000)
templates/pages/download/linux/redhat.html

index 9652105adc4aa1ebf07c7aecba3dc1e55326228f..bd01c0fca9d91cd4286411687c3cc8c0469e650e 100644 (file)
@@ -112,12 +112,12 @@ the distribution:
      <td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 34</th>
+     <th scope="row">Fedora 35</th>
      <td>13</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 33</th>
-     <td>12</td>
+     <th scope="row">Fedora 34</th>
+     <td>13</td>
     </tr>
   </tbody>
 </table>
@@ -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:
-<h4>For RHEL / CentOS / SL / OL 6</h4>
-<pre class="code">
-  service postgresql initdb
-  chkconfig postgresql on
-</pre>
-<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 34 and later derived distributions:</h4>
 <pre class="code">
   postgresql-setup --initdb
   systemctl enable postgresql.service
   systemctl start postgresql.service
 </pre>
+<h4>For RHEL / CentOS / SL / OL 6</h4>
+<pre class="code">
+  service postgresql initdb
+  chkconfig postgresql on
+</pre>
 </p>
 
 <h2>Direct RPM download</h2>