From: Devrim Gunduz Date: Mon, 26 Feb 2024 14:38:32 +0000 (+0000) Subject: Stage extra repo news item X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2fc8494606bc141ef1f5730feb29d34f912937c4;p=pgzypp-website.git Stage extra repo news item --- diff --git a/templates/pages/news/new-repo-extra-packages.html b/templates/pages/news/new-repo-extra-packages.html new file mode 100644 index 0000000..31fb45a --- /dev/null +++ b/templates/pages/news/new-repo-extra-packages.html @@ -0,0 +1,32 @@ +{%extends "base.html" %} +{%block title%}Extra packages for PostgreSQL RPM repo{%endblock%} +{%block maincontent%} + +

Extra packages for PostgreSQL RPM repo

+

+ Recently we added consul, consul-template, haproxy, keepalived, vip-manager and etcd packages + to the PostgreSQL RPM repository to support Patroni installations. The main motivation is to + provide latest and greatest versions of these packages. +

+

+

+

+

+ Make sure that you have the latest repo RPMs to use them. +

+

+ This repo is disabled by default. Please edit repo file or use zypper CLI to enable it. +

+

+ More packages may be added in the future. +

+

+ If you have any questions, please either email to + pgsql-pkg-yum@lists.postgresql.org, or create a ticket at + our + redmine. +

+ +{%endblock%}