RHEL 10 is available, RHEL 7 is EOL, Fedora 40 is EOL, Fedora 42 is already out.

This commit is contained in:
Devrim Gunduz
2025-06-02 19:46:42 +03:00
parent 06120780ba
commit f24954666c

View File

@ -14,7 +14,6 @@ The Red Hat family of distributions includes:
<li>Red Hat Enterprise Linux</li> <li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li> <li>Rocky Linux</li>
<li>AlmaLinux</li> <li>AlmaLinux</li>
<li>CentOS (7 only)</li>
<li>Fedora</li> <li>Fedora</li>
<li>Oracle Linux</li> <li>Oracle Linux</li>
</ul> </ul>
@ -45,7 +44,6 @@ The PostgreSQL Yum Repository currently supports:
<li>Red Hat Enterprise Linux</li> <li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li> <li>Rocky Linux</li>
<li>AlmaLinux</li> <li>AlmaLinux</li>
<li>CentOS (7 only)</li>
<li>Oracle Linux</li> <li>Oracle Linux</li>
<li>Fedora<sup>*</sup></li> <li>Fedora<sup>*</sup></li>
</ul> </ul>
@ -99,6 +97,10 @@ the distribution:
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">RHEL / AlmaLinux 10</th>
<td>16</td>
</tr>
<tr> <tr>
<th scope="row">RHEL / Rocky Linux / AlmaLinux 9</th> <th scope="row">RHEL / Rocky Linux / AlmaLinux 9</th>
<td>16, 15 and 13 (via modules)</td> <td>16, 15 and 13 (via modules)</td>
@ -108,15 +110,11 @@ the distribution:
<td>15, 13, 12, 10 and 9.6 via modules</td> <td>15, 13, 12, 10 and 9.6 via modules</td>
</tr> </tr>
<tr> <tr>
<th scope="row">RHEL / CentOS / OL 7</th> <th scope="row">Fedora 42</th>
<td>9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</td>
</tr>
<tr>
<th scope="row">Fedora 41</th>
<td>16</td> <td>16</td>
</tr> </tr>
<tr> <tr>
<th scope="row">Fedora 40</th> <th scope="row">Fedora 41</th>
<td>16</td> <td>16</td>
</tr> </tr>
</tbody> </tbody>
@ -158,7 +156,7 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation
will not be enabled for automatic start or have the database initialized will not be enabled for automatic start or have the database initialized
automatically. To make your database installation complete, you need to automatically. To make your database installation complete, you need to
perform the following steps, based on your distribution: perform the following steps, based on your distribution:
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 7, 8, 9 or Fedora 40 and later derived distributions:</h4> <h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</h4>
<pre class="code"> <pre class="code">
postgresql-setup --initdb postgresql-setup --initdb
systemctl enable postgresql.service systemctl enable postgresql.service