Linux package upgrade without dependency conflicts

From: "Zwettler Markus (OIZ)" <Markus(dot)Zwettler(at)zuerich(dot)ch>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Linux package upgrade without dependency conflicts
Date: 2020-11-19 13:50:06
Message-ID: d3a87a0b29b343ebb6fe4f2a089efd17@zuerich.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We run Postgres 9.6 + 12 Community Edition on RHEL7 which we install directly out of the PGDG channels using RPMs. We also run Patroni installed with RPMs provided by Github.

Currently we have major dependency conflicts with each quarterly Linux package upgrade (yum upgrade), especially on PostGIS and Patroni.

I was told that there will be no dependency conflicts anymore when we install Postgres from sourcecode and Patroni with pip.

Is that correct? Because all Linux packages required by Postgres will continue to be updated.

-Markus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Asya Nevra Buyuksoy 2020-11-19 14:05:52 Upgrade 9.4 to 12 on windows system
Previous Message Thomas Kellerer 2020-11-19 12:28:49 Re: Multiple result set to be returned in procedure/function