Release PostgreSQL 18
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 25 Sep 2025 13:13:32 +0000 (16:13 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 25 Sep 2025 13:13:32 +0000 (16:13 +0300)
templates/base.html
templates/pages/howto.html
templates/pages/index.html
templates/pages/news/news-rhel8-end-of-life.html [new file with mode: 0644]
templates/pages/packages.html
templates/pages/repopackages.html
templates/pages/rpmchart.html
templates/pages/srpm-packages.html
templates/pages/using-reposync-to-mirror-pgdg-rpms.html

index a85ebc8b418afee01ac919593d8c970d6adeb98a..9d061e0ce0c99802adf15aa193c55a5e5989f2e1 100644 (file)
                 <div class="col-md-3">
                   <h2>News</h2>
                   <ul>
+                   <li><a href="/news/news-rhel8-end-of-life">RHEL 8 EOL announcement</a></li>
                     <li><a href="/news/rhel-10-packages-are-available/">RHEL 10 RPMS released.</a></li>
                     <li><a href="/news/fedora-42-packages-released/">Fedora 42 packages released.</a></li>
                     <li><a href="/news/fedora-41-packages-released/">Fedora 41 packages released.</a></li>
index ff99031ac3e256bccd2d2eddf9b74930fd822569..78af5405521ec9e8313aa568c5db5023090fc916 100644 (file)
     install and run PostgreSQL.
 </p>
 
+<h3>RHEL / Rocky Linux / AlmaLinux 8 EOL announcement</h3>
+<p class="pgyum-bold">
+    PostgreSQL 18 will be the final major release supported on RHEL, Rocky Linux,
+    and AlmaLinux 8. We will continue delivering updates for all supported
+    PostgreSQL versions until <a href="https://www.postgresql.org/support/versioning/" target="_blank">
+    version 18 reaches its end of life (EOL) in 2030. This ensures that these
+    operating systems will remain supported by us for an additional five years,
+    giving you long-term stability and time for upgrade.
+</p>
+
 <h3>RHEL/Rocky/AlmaLinux 8 users</h3>
 <p class="pgyum-bold">
     On RHEL/Rocky/AlmaLinux 8, please disable OS PostgreSQL module first before using PGDG RPMs:</br>
 <h3>Initalising and starting a PostgreSQL instance</h3>
 
 <p>
-    Here are the basic instructions to install and start PostgreSQL 17 using this repository.</br>
-    Replace <b>17</b> with the major version you are installing (i.e. 16, 15, 14 or 13):<br>
-       <code>sudo dnf install -y postgresql17-server</code></br>
+    Here are the basic instructions to install and start PostgreSQL 18 using this repository.</br>
+    Replace <b>18</b> with the major version you are installing (i.e. 17, 16, 15, 14 or 13):<br>
+       <code>sudo dnf install -y postgresql18-server</code></br>
        # Optionally initialize the database and enable automatic start:</br>
-       <code>sudo /usr/pgsql-17/bin/postgresql-17-setup initdb</code></br>
-       <code>sudo systemctl enable postgresql-17</code></br>
-       <code>sudo systemctl start postgresql-17</code></br>
+       <code>sudo /usr/pgsql-17/bin/postgresql-18-setup initdb</code></br>
+       <code>sudo systemctl enable postgresql-18</code></br>
+       <code>sudo systemctl start postgresql-18</code></br>
 </p>
 </section>
 
index c39382b18650a6eee3bcbaf5e60043ce06482639..d55a501b8a79b0009337368be6b3d53ea16c9352 100644 (file)
@@ -8,16 +8,27 @@
    various FDWs, etc.
 </p>
 
+<h3>RHEL / Rocky Linux / AlmaLinux 8 EOL announcement</h3>
+<p class="pgyum-bold">
+    PostgreSQL 18 will be the final major release supported on RHEL, Rocky Linux,
+    and AlmaLinux 8. We will continue delivering updates for all supported
+    PostgreSQL versions until <a href="https://www.postgresql.org/support/versioning/" target="_blank">
+    version 18 reaches its end of life (EOL) in 2030. This ensures that these
+    operating systems will remain supported by us for an additional five years,
+    giving you long-term stability and time for upgrade.
+</p>
+
 <h2>RHEL 7 EOL announcement</h2>
 <p>RHEL 7 has been EOLed by upstream. We also EOLed RHEL7/CentOS 7. However please see the
     <a href="/news/rhel7-end-of-life">news item</a> for details.
 </p>
 
-<h2>3 January 2024 GPG Key Update</h2>
+<!--<h2>3 January 2024 GPG Key Update</h2>
 <p>GPG keys have been updated as of 3 January 2024. Users need to update the repository RPMs
   if they want to receive update or install new packages. Please visit
     <a href="/news/pgdg-rpm-repo-gpg-key-update">PostgreSQL RPM repository GPG key update</a> page for details.
 </p>
+-->
 
 <h2>About The PostgreSQL Yum Repository</h2>
 <p>With this repository, you will be able to find PostgreSQL and related
 
 <h2>Available PostgreSQL Releases</h2>
 <ul>
-    <li><a href="/packages/#pg17">18</a><span class="pgyum-warning"> (v18 PACKAGES ARE FOR BETA TESTING ONLY! DO NOT USE IN PRODUCTION!)</span></li>
+    <li><a href="/packages/#pg19">19</a><span class="pgyum-warning"> (v19 PACKAGES ARE FOR DAILY ALPHA TESTING ONLY! DO NOT USE IN PRODUCTION!)</span></li>
+    <li><a href="/packages/#pg18">18</a></li>
     <li><a href="/packages/#pg17">17</a></li>
     <li><a href="/packages/#pg16">16</a></li>
     <li><a href="/packages/#pg15">15</a></li>
     <li><a href="/packages/#pg14">14</a></li>
-    <li><a href="/packages/#pg13">13</a></li>
-    <li><a href="/packages/#pg12">12</a><span class="pgyum-warning"> (EOLed by upstream as of Nov 2024) </span></li>
+    <li><a href="/packages/#pg13">13</a><span class="pgyum-warning"> (Will be EOLed by upstream as of Nov 2025) </span></li>
 </ul>
 
 <h2>Platform Support</h2>
diff --git a/templates/pages/news/news-rhel8-end-of-life.html b/templates/pages/news/news-rhel8-end-of-life.html
new file mode 100644 (file)
index 0000000..d096350
--- /dev/null
@@ -0,0 +1,24 @@
+{%extends "base.html" %}
+{%block title%}EOL announcement for RHEL 8{%endblock%}
+{%block maincontent%}
+
+<h1>EOL announcement for RHEL 8</h1>
+<p>
+    PostgreSQL 18 will be the final major release supported on RHEL, Rocky Linux,
+    and AlmaLinux 8. We will continue delivering updates for all supported
+    PostgreSQL versions until <a href="https://www.postgresql.org/support/versioning/" target="_blank">
+    version 18 reaches its end of life (EOL) in 2030. This ensures that these
+    operating systems will remain supported by us for an additional five years,
+    giving you long-term stability and time for upgrade.
+</p>
+<p>
+    The final update will be on 14 November 2030 for PostgreSQL 18 per <a href="https://www.postgresql.org/support/versioning/">PostgreSQL release roadmap</a>
+</p>
+<p>
+    If you have any questions, please either email to
+    pgsql-pkg-yum@lists.postgresql.org, or create a ticket at
+    <a href="https://github.com/pgdg-packaging/pgdg-rpms/issues/new">our
+        issue tracker</a>. </p>
+<p>   
+
+{%endblock%}
index ce47f7529d8817b47e27671aca96c7a2eedb6af6..39b0563f07335b7e8bdfcdb024a2bc39e1f86755 100644 (file)
     <li><a href="https://download.postgresql.org/pub/repos/yum/common/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
 </ul>
 
-<a name="pg18"/>
-<h2>PostgreSQL 18</h2>
+<a name="pg19"/>
+<h2>PostgreSQL 19</h2>
 <p class="pgyum-bold pgyum-warning">
-    These beta packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing.
+    These alpha packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing.
 </p>
 
+<ul>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-x86_64/">RHEL / Rocky Linux / AlmaLinux 10 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-aarch64/">RHEL / Rocky Linux / AlmaLinux 10 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-ppc64le/">RHEL / Rocky Linux / AlmaLinux 10 - ppc64le</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-ppc64le/">RHEL / Rocky Linux / AlmaLinux 9 - ppc64le</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-ppc64le/">RHEL / AlmaLinux 8 - ppc64le</a></li>
+</ul>
+<ul>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/fedora/fedora-42-x86_64/">Fedora 42 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/testing/19/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
+</ul>
+
+
+<a name="pg18"/>
+<h2>PostgreSQL 18</h2>
+
 <ul>
     <li><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10-x86_64/">RHEL / Rocky Linux / AlmaLinux 10 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10-aarch64/">RHEL / Rocky Linux / AlmaLinux 10 - aarch64</a></li>
 
 
 <a name="pg13"/>
-<h2>PostgreSQL 13</h2>
-<!--<p class="pgyum-bold pgyum-warning">
-    v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR PRODUCTION.
-</p>-->
+<h2>PostgreSQL 32<span class="pgyum-warning"> ( Will be EOLed by upstream on 13 November 2025. Please upgrade) </span></h2>
 
 <ul>
     <li><a href="https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-x86_64/">RHEL / Rocky Linux / AlmaLinux 10 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/yum/13/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
 </ul>
 
-<a name="pg12"/>
-<h2>PostgreSQL 12<span class="pgyum-warning"> ( EOLed by upstream ) </span></h2>
-<ul>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-9-x86_64">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-9-aarch64">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-x86_64">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-aarch64">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-x86_64/repoview/">RHEL / CentOS / Scientific Linux 7 - x86_64</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-ppc64le/repoview/">RHEL / CentOS 7 - ppc64le</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-aarch64">RHEL / CentOS 7 - aarch64</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
-</ul>
-<ul>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-6-x86_64/repoview/">RHEL / CentOS / Scientific Linux 6 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-6-i386/repoview/">RHEL / CentOS / Scientific Linux 6 - i386</a></li>
-</ul>
-
+<!--
 <a name="pg11"/>
 <h2>PostgreSQL 11</h2>
 <p class="pgyum-bold pgyum-warning">
     This version is now End-Of-Life. Please see <a href="https://yum.postgresql.org/repopackages#pgredhatoldrepos">PostgreSQL RPM archive RPM information</a> for downloading PostgreSQL 11.
 </p>
+-->
 
 {%endblock%}
index 19e18292ba35a5c2104cf3119c306a1a0801edf4..f8c6a67f23f490f83400b16af4d95f42c858bb72 100644 (file)
@@ -87,6 +87,7 @@
 
 <a name="pgfedora"/>
 <ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-43-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 43 Beta - x86_64</a></li>
        <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 42 - x86_64</a></li>
        <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-41-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 41 - x86_64</a></li>
 </ul>
index 1aae34d34ddf8780306b58a27b2afbdba89c882d..3b370433361c76e5e65afbd67fa5e1772c7cb2fa 100644 (file)
 </table>
 </p>
 
-<a name="pg18"/>
-<h2>PostgreSQL 18</h2>
+
+<a name="pg19"/>
+<h2>PostgreSQL 19</h2>
 <p class="pgyum-bold pgyum-warning">
-       These v18 beta packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing
+       These v19 beta packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing
 </p>
 <p>
-    <a href="https://download.postgresql.org/pub/repos/yum/testing/18/">Browse</a> the entire set of repositories for PostgreSQL 18.
+    <a href="https://download.postgresql.org/pub/repos/yum/testing/19/">Browse</a> the entire set of repositories for PostgreSQL 19.
+</p>
+
+<table class="table">
+    <thead>
+        <tr class="thead-light">
+            <th width="66%">OS/Arch
+<p class="pgyum-bold pgyum-warning">
+       These v19 beta packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing
+</p>
+</th>
+            <th width="34%">Status</th>
+        </tr>
+    </thead>
+
+    <tbody>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9-ppc64le/">RHEL / Rocky Linux / AlmaLinux 9 - ppc64le</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-8-ppc64le/">RHEL / AlmaLinux 8 - ppc64le</a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/fedora/fedora-42-x86_64">Fedora 42 - x86_64 </a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+        <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/19/fedora/fedora-41-x86_64">Fedora 41 - x86_64 </a></td>
+            <td class="pgyum-available">Available</td>
+        </tr>
+    </tbody>
+</table>
+
+
+<a name="pg18"/>
+<h2>PostgreSQL 18</h2>
+<p>
+    <a href="https://download.postgresql.org/pub/repos/yum/18/">Browse</a> the entire set of repositories for PostgreSQL 18.
 </p>
 
 <table class="table">
 
     <tbody>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9-ppc64le/">RHEL / Rocky Linux / AlmaLinux 9 - ppc64le</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9-ppc64le/">RHEL / Rocky Linux / AlmaLinux 9 - ppc64le</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-8-ppc64le/">RHEL / AlmaLinux 8 - ppc64le</a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-8-ppc64le/">RHEL / AlmaLinux 8 - ppc64le</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64">Fedora 42 - x86_64 </a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/fedora/fedora-42-x86_64">Fedora 42 - x86_64 </a></td>
             <td class="pgyum-available">Available</td>
         </tr>
         <tr>
-            <td><a href="https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-41-x86_64">Fedora 41 - x86_64 </a></td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/18/fedora/fedora-41-x86_64">Fedora 41 - x86_64 </a></td>
             <td class="pgyum-available">Available</td>
         </tr>
     </tbody>
 </table>
 
+
 <a name="pg17"/>
 <h2>PostgreSQL 17</h2>
 <p>
index c1a4baa59335cce6ab1da36c66f2a6e0b9eae8ff..0f83d7d91d57d59b78a49a9d01b73973a926b932 100644 (file)
 </p>
 
 
-<a name="pg18"/>
-<h2>PostgreSQL 18</h2>
+<a name="pg19"/>
+<h2>PostgreSQL 19</h2>
 <p class="pgyum-bold pgyum-warning">
     These beta packages are built with compile options which have significant negative effect on performance, so packages are not useful for performance testing.
 </p>
 
 <ul>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
 </ul>
 <ul>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/fedora/fedora-42-x86_64/">Fedora 42 - x86_64</a></li>
-    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/18/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/fedora/fedora-42-x86_64/">Fedora 42 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/testing/19/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
+
+<a name="pg18"/>
+<h2>PostgreSQL 18</h2>
+</p>
+
+<ul>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-10-x86_64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-10-aarch64/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-10-ppc64le/">Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 -  ppc64le</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-9-x86_64/">RHEL / Rocky Linux / AlmaLinux 9 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-9-aarch64/">RHEL / Rocky Linux / AlmaLinux 9 - aarch64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-8-x86_64/">RHEL / Rocky Linux / AlmaLinux 8 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
+</ul>
+<ul>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/fedora/fedora-42-x86_64/">Fedora 42 - x86_64</a></li>
+    <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/18/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
 
 
 <a name="pg17"/>
@@ -67,7 +84,7 @@
     <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/16/redhat/rhel-8-aarch64/">RHEL / Rocky Linux / AlmaLinux 8 - aarch64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/16/redhat/rhel-8-ppc64le/">RHEL / AlmaLinux 8 - ppc64le</a></li>
 </ul>
-<ul>
+4<ul>
     <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/16/fedora/fedora-42-x86_64/">Fedora 42 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/yum/srpms/16/fedora/fedora-41-x86_64/">Fedora 41 - x86_64</a></li>
 
index dea9cc4265cb0e9c79f93cb75c81dfdf80c149ee..cd81a46d2b5b28deb9953d3e8ad5a4af05f17daa 100644 (file)
        Once reposync is is installed, you can start mirroring the repository. You can mirror
        a single repository or multiple repositories:
        <ul>
-               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg17,pgdg16,pgdg15,pgdg14,pgdg13,pgdg-common -y</code></li>
-               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg17,pgdg-common -y</code></li>
-               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg18-updates-testing,pgdg-common -y</code></li>
-               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg17 -y</code></li>
+               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg18,pgdg17,,pgdg16,pgdg15,pgdg14,pgdg13,pgdg-common -y</code></li>
+               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg18,pgdg-common -y</code></li>
+               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg19-updates-testing,pgdg-common -y</code></li>
+               <li><code>reposync -p /repo/pgdg-repos --download-metadata --delete --remote-time --repo=pgdg18 -y</code></li>
        </ul>
 </p>