public inbox for [email protected]  
help / color / mirror / Atom feed
Disabling of postgresql module
3+ messages / 3 participants
[nested] [flat]

* Disabling of postgresql module
@ 2024-04-12 15:24 Duggins, Kyle <[email protected]>
  2024-04-12 16:57 ` Re: Disabling of postgresql module Laurenz Albe <[email protected]>
  2024-04-15 20:42 ` Re: Disabling of postgresql module Christoph Berg <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Duggins, Kyle @ 2024-04-12 15:24 UTC (permalink / raw)
  To: pgsql-pkg-yum

I am curious as to why in rhel 8 that postgresql module needs to be disabled. As rhel does not support postgresql16 and that the competing repos came from when running a yum update, but by disabling postgresql module it eliminated the competing repo. Why would this be if there is not postgresql16 module on rhel 8?

-----
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient(s), you should not read, distribute, copy or alter this message. Any views or opinions expressed herein are those of the author and do not represent those of the Coeur d'Alene Tribe. Warning: Although precautions have been taken to ensure no viruses are present, the Coeur d'Alene Tribe cannot accept responsibility for any loss or damage that may occur from the use of this email or attachments.


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Disabling of postgresql module
  2024-04-12 15:24 Disabling of postgresql module Duggins, Kyle <[email protected]>
@ 2024-04-12 16:57 ` Laurenz Albe <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Laurenz Albe @ 2024-04-12 16:57 UTC (permalink / raw)
  To: Duggins, Kyle <[email protected]>; pgsql-pkg-yum

On Fri, 2024-04-12 at 15:24 +0000, Duggins, Kyle wrote:
> I am curious as to why in rhel 8 that postgresql module needs to be disabled.
> As rhel does not support postgresql16 and that the competing repos came from
> when running a yum update, but by disabling postgresql module it eliminated
> the competing repo. Why would this be if there is not postgresql16 module on rhel 8?

That is for safety reasons.  Perhaps it cannot happen with v16, but in general
it is a bad idea to install PGDG packages and Redhat packages side by side.
They are configured differently, and if you mix, you get interesting and
hard-to-debug problems.

Yours,
Laurenz Albe





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Disabling of postgresql module
  2024-04-12 15:24 Disabling of postgresql module Duggins, Kyle <[email protected]>
@ 2024-04-15 20:42 ` Christoph Berg <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Christoph Berg @ 2024-04-15 20:42 UTC (permalink / raw)
  To: Duggins, Kyle <[email protected]>; +Cc: pgsql-pkg-yum

Re: Duggins, Kyle
> I am curious as to why in rhel 8 that postgresql module needs to be disabled. As rhel does not support postgresql16 and that the competing repos came from when running a yum update, but by disabling postgresql module it eliminated the competing repo. Why would this be if there is not postgresql16 module on rhel 8?

If you don't disable the postgresql-module, none of the server
packages from yum.postgresql.org are visible on RHEL8 (rocky 8 actually):

$ sudo yum search postgresql server
======================================================== Name & Summary Matched: server, postgresql =========================================================
postgresql-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql-server-devel.x86_64 : PostgreSQL development header files and libraries

$ sudo dnf module disable postgresql

$ sudo yum search postgresql server
======================================================== Name & Summary Matched: server, postgresql =========================================================
postgresql12-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql13-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql14-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql15-server.x86_64 : The programs needed to create and run a PostgreSQL server
postgresql16-server.x86_64 : The programs needed to create and run a PostgreSQL server

Christoph






^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-04-15 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 15:24 Disabling of postgresql module Duggins, Kyle <[email protected]>
2024-04-12 16:57 ` Laurenz Albe <[email protected]>
2024-04-15 20:42 ` Christoph Berg <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox