public inbox for [email protected]
help / color / mirror / Atom feedAdding AlmaLinux to downloads page
6+ messages / 3 participants
[nested] [flat]
* Adding AlmaLinux to downloads page
@ 2023-11-08 20:52 Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Devrim Gündüz @ 2023-11-08 20:52 UTC (permalink / raw)
To: [email protected]
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
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Adding AlmaLinux to downloads page
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
@ 2023-11-08 20:56 ` Daniel Gustafsson <[email protected]>
2023-11-08 20:57 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Gustafsson @ 2023-11-08 20:56 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: [email protected]
> On 8 Nov 2023, at 21:52, Devrim Gündüz <[email protected]> wrote:
> The attached patch adds AlmaLinux to download page, and also updates
> Fedora information.
>
> I'll apply on Friday if noone objects.
- <th scope="row">RHEL / Rocky Linux 9</th>
+ <th scope="row">RHEL / Rocky Linux / AlmaLinux 9</th>
Was it intentional to shift the "9" from Rocky to AlmaLinux?
--
Daniel Gustafsson
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Adding AlmaLinux to downloads page
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
@ 2023-11-08 20:57 ` Devrim Gündüz <[email protected]>
2023-11-08 20:59 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Devrim Gündüz @ 2023-11-08 20:57 UTC (permalink / raw)
To: Daniel Gustafsson <[email protected]>; +Cc: [email protected]
Hi Daniel,
On Wed, 2023-11-08 at 21:56 +0100, Daniel Gustafsson wrote:
> Was it intentional to shift the "9" from Rocky to AlmaLinux?
Yes, 9 corresponds to all three distros.
Cheers,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Adding AlmaLinux to downloads page
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
2023-11-08 20:57 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
@ 2023-11-08 20:59 ` Daniel Gustafsson <[email protected]>
2023-11-08 21:05 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Gustafsson @ 2023-11-08 20:59 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: [email protected]
> On 8 Nov 2023, at 21:57, Devrim Gündüz <[email protected]> wrote:
>
>
> Hi Daniel,
>
> On Wed, 2023-11-08 at 21:56 +0100, Daniel Gustafsson wrote:
>> Was it intentional to shift the "9" from Rocky to AlmaLinux?
>
> Yes, 9 corresponds to all three distros.
Gotcha, thanks. Nothing else stood out from a casual look.
--
Daniel Gustafsson
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Adding AlmaLinux to downloads page
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
2023-11-08 20:57 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:59 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
@ 2023-11-08 21:05 ` Devrim Gündüz <[email protected]>
2023-11-09 13:30 ` Re: Adding AlmaLinux to downloads page Jonathan S. Katz <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Devrim Gündüz @ 2023-11-08 21:05 UTC (permalink / raw)
To: Daniel Gustafsson <[email protected]>; +Cc: [email protected]
Hi,
On Wed, 2023-11-08 at 21:59 +0100, Daniel Gustafsson wrote:
> Gotcha, thanks. Nothing else stood out from a casual look.
Thanks for reviewing.
Cheers,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Adding AlmaLinux to downloads page
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
2023-11-08 20:57 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:59 ` Re: Adding AlmaLinux to downloads page Daniel Gustafsson <[email protected]>
2023-11-08 21:05 ` Re: Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
@ 2023-11-09 13:30 ` Jonathan S. Katz <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan S. Katz @ 2023-11-09 13:30 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; Daniel Gustafsson <[email protected]>; +Cc: [email protected]
On 11/8/23 4:05 PM, Devrim Gündüz wrote:
> Hi,
>
> On Wed, 2023-11-08 at 21:59 +0100, Daniel Gustafsson wrote:
>> Gotcha, thanks. Nothing else stood out from a casual look.
>
> Thanks for reviewing.
Reviewed, no objections.
Jonathan
Attachments:
[application/pgp-signature] OpenPGP_signature.asc (840B, 2-OpenPGP_signature.asc)
download
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2023-11-09 13:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 20:52 Adding AlmaLinux to downloads page Devrim Gündüz <[email protected]>
2023-11-08 20:56 ` Daniel Gustafsson <[email protected]>
2023-11-08 20:57 ` Devrim Gündüz <[email protected]>
2023-11-08 20:59 ` Daniel Gustafsson <[email protected]>
2023-11-08 21:05 ` Devrim Gündüz <[email protected]>
2023-11-09 13:30 ` Jonathan S. Katz <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox