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 1sOJhJ-00DcuZ-Hn for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 01 Jul 2024 16:16:09 +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 1sOJhH-00356t-KY for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 01 Jul 2024 16:16:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOJhH-00356l-Eb for pgsql-pkg-debian@lists.postgresql.org; Mon, 01 Jul 2024 16:16:07 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOJhC-004Vw9-I6 for pgsql-pkg-debian@postgresql.org; Mon, 01 Jul 2024 16:16:07 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1480:91e0:e5dd:5ff4:a196:e226]) (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 4WCWPG06BGz3G7m; Mon, 1 Jul 2024 18:16:02 +0200 (CEST) Date: Mon, 1 Jul 2024 18:16:03 +0200 From: Christoph Berg To: Greg Smith Cc: pgsql-pkg-debian@postgresql.org Subject: Re: PostGIS files for PG17-b2 Message-ID: Mail-Followup-To: Christoph Berg , Greg Smith , pgsql-pkg-debian@postgresql.org References: 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: Archived-At: Precedence: bulk Re: Greg Smith > But I don't see any of that available yet for 24.04 Noble Numbat. Is that > normal? Should I get those from somewhere else? I know this package repo > normally supplies them for the final release. Hi, PostGIS doesn't work with 17 yet: https://pgdgbuild.dus.dg-i.net/job/postgis-binaries-beta/93/architecture=amd64,distribution=sid/console Once that is fixed, there will be packages for PG 17. Overall status is visible there: https://pgdgbuild.dus.dg-i.net/view/Binaries-Beta/ > P.S.: there is a cat bump for 17b2 and you give out pg_upgrade > instructions that correctly move the cluster to the new version. Works > great. However, the final cleanup step recommended doesn't work: > > postgres@rising:~/pgbench-tools$ rm -rf /var/tmp/postgresql-17-202405161 > rm: cannot remove '/var/tmp/postgresql-17-202405161/bin/pg_resetwal': > Permission denied Hmm. I had thought that the other steps would already require root, but pg_upgradecluster and friends do mostly work without. I'm unsure if I want to prefix every command with "sudo" since the instructions look scary enough already. Christoph