<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>
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>
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>
--- /dev/null
+{%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%}
<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%}
<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>
</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>
</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"/>
<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>
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>