Retire RHEL/CentOS 6

This commit is contained in:
Devrim Gunduz
2024-12-27 20:08:12 +03:00
parent 1157b69b10
commit d59ef65c63

View 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>