Fedora 40 is out.
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 2 May 2024 23:46:48 +0000 (00:46 +0100)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 2 May 2024 23:46:48 +0000 (00:46 +0100)
templates/pages/download/linux/redhat.html

index 76ed36ca20e2753cb9313fa56a84ab68476f9b04..066ddfe42a78f86600dc5b83c9ce5dc28d261e6f 100644 (file)
@@ -116,11 +116,11 @@ the distribution:
      <td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 39</th>
-     <td>15</td>
+     <th scope="row">Fedora 40</th>
+     <td>16</td>
     </tr>
     <tr>
-     <th scope="row">Fedora 38</th>
+     <th scope="row">Fedora 39</th>
      <td>15</td>
     </tr>
   </tbody>
@@ -162,7 +162,7 @@ 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 38 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 39 and later derived distributions:</h4>
 <pre class="code">
   postgresql-setup --initdb
   systemctl enable postgresql.service