Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rwT9j-001zbA-JV for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 15 Apr 2024 20:42:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rwT9i-00FgoK-3Y for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 15 Apr 2024 20:42:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rwT9h-00FgoC-Th for pgsql-pkg-yum@lists.postgresql.org; Mon, 15 Apr 2024 20:42:21 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rwT9a-0031U9-UJ for pgsql-pkg-yum@postgresql.org; Mon, 15 Apr 2024 20:42:20 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:9040:dbc4:d54f:9910]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4VJJxw6dXlz3G9P; Mon, 15 Apr 2024 22:42:12 +0200 (CEST) Date: Mon, 15 Apr 2024 22:42:12 +0200 From: Christoph Berg To: "Duggins, Kyle" Cc: "pgsql-pkg-yum@postgresql.org" Subject: Re: Disabling of postgresql module Message-ID: Mail-Followup-To: Christoph Berg , "Duggins, Kyle" , "pgsql-pkg-yum@postgresql.org" References: <15f7d3797603468fa1bd764f335ef522@cdatribe-nsn.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15f7d3797603468fa1bd764f335ef522@cdatribe-nsn.gov> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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