Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kctLE-0005yC-W3 for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 11 Nov 2020 16:51:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kctLD-000140-Ly for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 11 Nov 2020 16:51:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kctLD-00013t-HG for pgsql-pkg-yum@lists.postgresql.org; Wed, 11 Nov 2020 16:51:27 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kctLA-00053y-6h for pgsql-pkg-yum@postgresql.org; Wed, 11 Nov 2020 16:51:27 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4CWW2x2SxFz3F05; Wed, 11 Nov 2020 17:51:21 +0100 (CET) Date: Wed, 11 Nov 2020 17:51:20 +0100 From: Christoph Berg To: Laurenz Albe Cc: PGDG RPM Packages Subject: Re: yum.postgresql.org user experience Message-ID: <20201111165120.GE390706@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Laurenz Albe , PGDG RPM Packages References: <20201111121233.GB390706@msg.df7cb.de> <085e222593d7a384d59d89c0808bc20b693c1643.camel@cybertec.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <085e222593d7a384d59d89c0808bc20b693c1643.camel@cybertec.at> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Laurenz Albe > > So: while I think I did everything correctly, the single most > > important command in that chain is "dnf -qy module disable postgresql", > > Interesting - I didn't know that command and never needed it to install PostgreSQL > on CentOS. If you don't do that, the symptom is that the postgresqlNN and postgresqlNN-server packages are hidden somehow and can't be installed. Which was pretty confusing to me, I would have expected some message about bad dependencies or the like instead. Christoph