Improve UI
authorDevrim Gunduz <[email protected]>
Sun, 23 Feb 2025 20:56:06 +0000 (23:56 +0300)
committerDevrim Gunduz <[email protected]>
Sun, 23 Feb 2025 20:56:06 +0000 (23:56 +0300)
templates/pages/news/new-repo-extra-packages.html

index 354d10c6d556c689b91be909486e4fcbed1d2bab..f97698ddaf59dc46581c272f4cf3e41026de4260 100644 (file)
@@ -2,15 +2,30 @@
 {%block title%}Extra packages for PostgreSQL RPM repo{%endblock%}
 {%block maincontent%}
 
-<h1>Extra packages for PostgreSQL RPM repo</h1>
+<h1>Extra packages for the PostgreSQL RPM repo</h1>
+<h4><i>Last update: 23 Feb 2025</i></h3>
 <p>
-   Recently we added consul, haproxy, keepalived, vip-manager and etcd packages to PostgreSQL RPM repository to support
-   Patroni installations. The main motivation is to provide latest and greatest versions
-   of these packages. However, these packages may break existing installations, like HAProxy
-   1.8.27 RPM on RHEL 8, 2.4.17 on RHEL 9, where we provide 2.8.4 as of now.
+   PGDG RPM repository includes a few non-PostgreSQL packages to support Patroni,
+   in HA environments or PostgreSQL packages that we normally don't distribute
+   (written in go).
 </p>
+
+<p>
+   These packages include:
+   <ul>
+       <li>Consul</li>
+       <li>ETCD</li>
+       <li>HAProxy</li>
+       <li>keepalived</li>
+       <li>vip-manager</li>
+       <li>ldap2pg</li>
+   </ul>
+</p>
+
 <p>
-       So, in order not to break some users' environment, we added new repos:
+   The main motivation is to provide latest and greatest versions of these
+   packages. In order not to break some users' environment, this repo is
+   disabled by default and can be enabled with:
 </p>
 <p>
    <ul>
@@ -22,9 +37,6 @@
     All of them are available in all architectures we support. Make sure that you have the
     latest repo RPMs to use them.
 </p>
-<p>
-    These repos are disabled by default. Please edit repo file or use yum/dnf's config manager CLI to enable them.
-</p>
 <p>
      More packages may be added in the future.
 </p>