Skip to content

Commit f249546

Browse files
committed
RHEL 10 is available, RHEL 7 is EOL, Fedora 40 is EOL, Fedora 42 is already out.
1 parent 0612078 commit f249546

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

templates/pages/download/linux/redhat.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ <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 only)</li>
1817
<li>Fedora</li>
1918
<li>Oracle Linux</li>
2019
</ul>
@@ -45,7 +44,6 @@ <h2>PostgreSQL Yum Repository</h2>
4544
<li>Red Hat Enterprise Linux</li>
4645
<li>Rocky Linux</li>
4746
<li>AlmaLinux</li>
48-
<li>CentOS (7 only)</li>
4947
<li>Oracle Linux</li>
5048
<li>Fedora<sup>*</sup></li>
5149
</ul>
@@ -99,6 +97,10 @@ <h2>Included in Distribution</h2>
9997
</tr>
10098
</thead>
10199
<tbody>
100+
<tr>
101+
<th scope="row">RHEL / AlmaLinux 10</th>
102+
<td>16</td>
103+
</tr>
102104
<tr>
103105
<th scope="row">RHEL / Rocky Linux / AlmaLinux 9</th>
104106
<td>16, 15 and 13 (via modules)</td>
@@ -108,15 +110,11 @@ <h2>Included in Distribution</h2>
108110
<td>15, 13, 12, 10 and 9.6 via modules</td>
109111
</tr>
110112
<tr>
111-
<th scope="row">RHEL / CentOS / OL 7</th>
112-
<td>9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</td>
113-
</tr>
114-
<tr>
115-
<th scope="row">Fedora 41</th>
113+
<th scope="row">Fedora 42</th>
116114
<td>16</td>
117115
</tr>
118116
<tr>
119-
<th scope="row">Fedora 40</th>
117+
<th scope="row">Fedora 41</th>
120118
<td>16</td>
121119
</tr>
122120
</tbody>
@@ -158,7 +156,7 @@ <h3>Post-installation</h3>
158156
will not be enabled for automatic start or have the database initialized
159157
automatically. To make your database installation complete, you need to
160158
perform the following steps, based on your distribution:
161-
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 7, 8, 9 or Fedora 40 and later derived distributions:</h4>
159+
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</h4>
162160
<pre class="code">
163161
postgresql-setup --initdb
164162
systemctl enable postgresql.service

0 commit comments

Comments
 (0)