public inbox for [email protected]
help / color / mirror / Atom feedFrom: Christoph Berg <[email protected]>
To: Duggins, Kyle <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Disabling of postgresql module
Date: Mon, 15 Apr 2024 22:42:12 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
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
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Disabling of postgresql module
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox