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 1po11Q-0004db-NK for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 16 Apr 2023 11:58: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 1po11P-0007ZP-G6 for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 16 Apr 2023 11:58:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1po11P-0007ZA-9n for pgsql-pkg-debian@lists.postgresql.org; Sun, 16 Apr 2023 11:58:19 +0000 Received: from mail.thelabyrinth.net ([45.56.70.56]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1po11I-0008Tn-JS for pgsql-pkg-debian@postgresql.org; Sun, 16 Apr 2023 11:58:17 +0000 Received: from [10.5.50.128] (unknown [2.88.102.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dsteele) by mail.thelabyrinth.net (Postfix) with ESMTPSA id 0D15C5469A; Sun, 16 Apr 2023 11:58:10 +0000 (UTC) Message-ID: <240a61fe-b90a-8f59-61d8-2094b2557e75@pgmasters.net> Date: Sun, 16 Apr 2023 14:58:08 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: PG16 test packages? To: Christoph Berg , pgsql-pkg-debian@postgresql.org References: Content-Language: en-US From: David Steele In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 4/16/23 14:41, Christoph Berg wrote: > Re: David Steele >> Is there an expected date when test packages for PG16 will be available? >> >> We are working on PG16 support for the May release of pgBackRest and would >> prefer to use test packages (if they are available) rather than build from >> source. > > Hi David, > > PG16 packages have already been around for some months, but they are > in a separate archive area: > > https://wiki.postgresql.org/wiki/Apt/FAQ#Development_snapshots Ah, thanks! Looks like that works. I was using my code from last year updated for PG16: https://github.com/pgbackrest/pgbackrest/commit/20782c88bc8d0842d547bd5f4fecdb292e69d1f7#diff-8b97341571bc2625c64507d8d298aaa5dca8ceeb20754c7f164906e6ba44999dR508 > deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -s -c)-pgdg-testing main 16 Seems like -testing was available about this time last year since we committed PG15 support on May 4. Am I missing something? Thanks, -David