Retire RHEL/CentOS 6
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 27 Dec 2024 17:08:12 +0000 (20:08 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 27 Dec 2024 17:08:12 +0000 (20:08 +0300)
templates/pages/download/linux/redhat.html

index 3ce356ddccd9bd8f7466d077629b09b6f8f51ca8..4bb9c504e0316d7de6492a6365e7c3656de666e4 100644 (file)
@@ -14,7 +14,7 @@ The Red Hat family of distributions includes:
     <li>Red Hat Enterprise Linux</li>
     <li>Rocky Linux</li>
     <li>AlmaLinux</li>
-    <li>CentOS (7 and 6 only)</li>
+    <li>CentOS (7 only)</li>
     <li>Fedora</li>
     <li>Oracle Linux</li>
   </ul>
@@ -45,7 +45,7 @@ The PostgreSQL Yum Repository currently supports:
     <li>Red Hat Enterprise Linux</li>
     <li>Rocky Linux</li>
     <li>AlmaLinux</li>
-    <li>CentOS (7 and 6 only)</li>
+    <li>CentOS (7 only)</li>
     <li>Oracle Linux</li>
     <li>Fedora<sup>*</sup></li>
   </ul>
@@ -111,10 +111,6 @@ the distribution:
      <th scope="row">RHEL / CentOS / SL / OL 7</th>
      <td>9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</td>
     </tr>
-    <tr>
-     <th scope="row">RHEL / CentOS / SL / OL 6</th>
-     <td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
-    </tr>
     <tr>
      <th scope="row">Fedora 41</th>
      <td>16</td>
@@ -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:
-<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 39 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 40 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>