if (parseFloat(ver) <= 7)
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
else
- return "Red Hat Enterprise, Rocky, or Oracle";
+ return "Red Hat Enterprise, Rocky, AlmaLinux or Oracle";
}
else if (plat == 'F')
return "Fedora";
<img class="logo" src="/media/img/debian.svg" alt="Debian Logo" />
</a>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/redhat">
- Red Hat/Rocky/CentOS<br/>
+ Red Hat/Rocky/AlmaLinux<br/>
<img class="logo" src="/media/img/redhat.svg" alt="Red Hat Logo" />
</a>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/suse">
<ul>
<li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li>
+ <li>AlmaLinux</li>
<li>CentOS (7 and 6 only)</li>
<li>Fedora</li>
<li>Oracle Linux</li>
<ul>
<li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li>
+ <li>AlmaLinux</li>
<li>CentOS (7 and 6 only)</li>
<li>Oracle Linux</li>
<li>Fedora<sup>*</sup></li>
</thead>
<tbody>
<tr>
- <th scope="row">RHEL / Rocky Linux 9</th>
+ <th scope="row">RHEL / Rocky Linux / AlmaLinux 9</th>
<td>13</td>
</tr>
<tr>
- <th scope="row">RHEL / Rocky Linux / OL 8</th>
+ <th scope="row">RHEL / Rocky Linux / AlmaLinux / OL 8</th>
<td>13, 12, 10 and 9.6 via modules</td>
</tr>
<tr>
<td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
</tr>
<tr>
- <th scope="row">Fedora 37</th>
- <td>14</td>
+ <th scope="row">Fedora 39</th>
+ <td>15</td>
</tr>
<tr>
- <th scope="row">Fedora 36</th>
- <td>14</td>
+ <th scope="row">Fedora 38</th>
+ <td>15</td>
</tr>
</tbody>
</table>
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 / CentOS / SL / OL 7, 8, 9 or Fedora 36 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 38 and later derived distributions:</h4>
<pre class="code">
postgresql-setup --initdb
systemctl enable postgresql.service