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 1kSPHo-00061B-Qg for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 13 Oct 2020 18:44:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kSPHn-0007GP-ON for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 13 Oct 2020 18:44:35 +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 1kSPHn-0007GI-JZ for pgsql-pkg-debian@lists.postgresql.org; Tue, 13 Oct 2020 18:44:35 +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 1kSPHk-0007cJ-QH for pgsql-pkg-debian@postgresql.org; Tue, 13 Oct 2020 18:44:35 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:7c4:4122:cc79:3f53]) (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 4C9kws5KMqz3DxB; Tue, 13 Oct 2020 20:44:29 +0200 (CEST) Date: Tue, 13 Oct 2020 20:44:29 +0200 From: Christoph Berg To: "David E. Wheeler" Cc: Aaron Pavely , pgsql-pkg-debian@postgresql.org Subject: Re: Update Old Version Public Keys? Message-ID: <20201013184429.GI719127@msg.df7cb.de> Mail-Followup-To: Christoph Berg , "David E. Wheeler" , Aaron Pavely , pgsql-pkg-debian@postgresql.org References: <20200614152851.GA4144@msg.df7cb.de> <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> <2DB83370-B525-4DE7-B65C-7F5C9A9F03E2@justatheory.com> <60B54CDC-F51B-405B-BEBB-0EEB46912D43@justatheory.com> <20201012212818.GC719127@msg.df7cb.de> <20201013151535.GG719127@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: David E. Wheeler > That fixes it, thanks. > > Now, if I wanted to test Postgres 14 (dev), what additional steps would I have to take? sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v 14 -i The PG14 packages currently have a bug in the "alternatives" handling for the manpages which prevents installation. I'll try to fix that now. (Or revert the breaking change.) Christoph