Skip to content

Commit

Permalink
Retire RHEL/CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Dec 27, 2024
1 parent 1157b69 commit d59ef65
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions templates/pages/download/linux/redhat.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Linux downloads (Red Hat family) <img class="logo" src="/media/img/redhat.sv
<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>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2>PostgreSQL Yum Repository</h2>
<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>
Expand Down Expand Up @@ -111,10 +111,6 @@ <h2>Included in Distribution</h2>
<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>
Expand Down Expand Up @@ -162,17 +158,12 @@ <h3>Post-installation</h3>
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>
Expand Down

0 comments on commit d59ef65

Please sign in to comment.