Mention about AlmaLinux and update Fedora information
authorDevrim Gündüz <devrim@gunduz.org>
Mon, 13 Nov 2023 11:34:01 +0000 (11:34 +0000)
committerDevrim Gündüz <devrim@gunduz.org>
Mon, 13 Nov 2023 11:34:01 +0000 (11:34 +0000)
templates/downloads/js/yum.js
templates/pages/developer/related-projects.html
templates/pages/download.html
templates/pages/download/linux/redhat.html

index ada2812d014a0dc817a455e8f21115b8a9282a3e..ddcff2fd22c9b3d8670fe995c5a6fca01b92ec6d 100644 (file)
@@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
         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";
index 8bb61c793f38d639f1ffef35aa526985f50336f2..afb92b68f0029d562cda212f331105eafac93eb7 100644 (file)
 
     <h3><a href="https://yum.postgresql.org">yum.postgresql.org</a></h3>
     <p>
-      The YUM repository provides PostgreSQL packages for Red Hat/Rocky/CentOS/Fedora
+      The YUM repository provides PostgreSQL packages for Red Hat/Rocky/Alma/Fedora
       based systems (and derivatives):
     </p>
     <ul>
index b31fb7ceee53a38c61790616982164e1d7a38f8b..0e29e0a4112bebb9944670d1470773504a962f9e 100644 (file)
@@ -48,7 +48,7 @@ yourself.
     <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">
index 32adc903ac18e8f11beb95b3b56cbb5518078631..a4115239967e9a70f22ce0c900ad9c612e4064a7 100644 (file)
@@ -13,6 +13,7 @@ The Red Hat family of distributions includes:
   <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>
@@ -43,6 +44,7 @@ The PostgreSQL Yum Repository currently supports:
   <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>
@@ -98,11 +100,11 @@ the distribution:
   </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>
@@ -114,12 +116,12 @@ the distribution:
      <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>
@@ -160,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 / 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