Skip to content

Commit d59ef65

Browse files
committed
Retire RHEL/CentOS 6
1 parent 1157b69 commit d59ef65

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

templates/pages/download/linux/redhat.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Linux downloads (Red Hat family) <img class="logo" src="/media/img/redhat.sv
1414
<li>Red Hat Enterprise Linux</li>
1515
<li>Rocky Linux</li>
1616
<li>AlmaLinux</li>
17-
<li>CentOS (7 and 6 only)</li>
17+
<li>CentOS (7 only)</li>
1818
<li>Fedora</li>
1919
<li>Oracle Linux</li>
2020
</ul>
@@ -45,7 +45,7 @@ <h2>PostgreSQL Yum Repository</h2>
4545
<li>Red Hat Enterprise Linux</li>
4646
<li>Rocky Linux</li>
4747
<li>AlmaLinux</li>
48-
<li>CentOS (7 and 6 only)</li>
48+
<li>CentOS (7 only)</li>
4949
<li>Oracle Linux</li>
5050
<li>Fedora<sup>*</sup></li>
5151
</ul>
@@ -111,10 +111,6 @@ <h2>Included in Distribution</h2>
111111
<th scope="row">RHEL / CentOS / SL / OL 7</th>
112112
<td>9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</td>
113113
</tr>
114-
<tr>
115-
<th scope="row">RHEL / CentOS / SL / OL 6</th>
116-
<td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
117-
</tr>
118114
<tr>
119115
<th scope="row">Fedora 41</th>
120116
<td>16</td>
@@ -162,17 +158,12 @@ <h3>Post-installation</h3>
162158
will not be enabled for automatic start or have the database initialized
163159
automatically. To make your database installation complete, you need to
164160
perform the following steps, based on your distribution:
165-
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 39 and later derived distributions:</h4>
161+
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 40 and later derived distributions:</h4>
166162
<pre class="code">
167163
postgresql-setup --initdb
168164
systemctl enable postgresql.service
169165
systemctl start postgresql.service
170166
</pre>
171-
<h4>For RHEL / CentOS / SL / OL 6</h4>
172-
<pre class="code">
173-
service postgresql initdb
174-
chkconfig postgresql on
175-
</pre>
176167
</p>
177168

178169
<h2>Direct RPM download</h2>

0 commit comments

Comments
 (0)