public inbox for [email protected]  
help / color / mirror / Atom feed
From: Devrim Gündüz <[email protected]>
To: [email protected]
Subject: Adding AlmaLinux to downloads page
Date: Wed, 08 Nov 2023 20:52:05 +0000
Message-ID: <[email protected]> (raw)


Hi,

The attached patch adds AlmaLinux to download page, and also updates
Fedora information.

I'll apply on Friday if noone objects.

Regards,
-- 
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR

diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html
index 32adc903..a4115239 100644
--- a/templates/pages/download/linux/redhat.html
+++ b/templates/pages/download/linux/redhat.html
@@ -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


Attachments:

  [text/plain] pgweb-almafedora.patch.txt (2.1K, 2-pgweb-almafedora.patch.txt)
  download | inline diff:
diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html
index 32adc903..a4115239 100644
--- a/templates/pages/download/linux/redhat.html
+++ b/templates/pages/download/linux/redhat.html
@@ -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


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Adding AlmaLinux to downloads page
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox