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 1oMYc0-0007HD-RT for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Aug 2022 17:38:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oMYbz-0006qA-FK for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Aug 2022 17:38:19 +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 1oMYbz-0006q0-8A for pgsql-pkg-debian@lists.postgresql.org; Fri, 12 Aug 2022 17:38:19 +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 1oMYbx-00058P-32 for pgsql-pkg-debian@lists.postgresql.org; Fri, 12 Aug 2022 17:38:18 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1476:f1c0:2153:469e:71c8:de5b]) (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 4M49r75Qhkz3DyZ; Fri, 12 Aug 2022 19:38:15 +0200 (CEST) Date: Fri, 12 Aug 2022 19:38:15 +0200 From: Christoph Berg To: Didier Michel Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Issues with PG15beta3 Message-ID: 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: Didier Michel > On ubuntu 18.04 : > pg_basebackup: error: this build does not support zstd compression Hi Didier, bionic's zstd is too old, PG requires at least 1.4.0. libzstd-dev | 1.3.3+dfsg-2ubuntu1 | bionic | amd64, arm64, armhf, i386, ppc64el, s390x Christoph