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 1stpef-0020df-Fy for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 26 Sep 2024 14:39:42 +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 1stpee-009Uip-Rz for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 26 Sep 2024 14:39:40 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1stpee-009Uih-Ji for pgsql-pkg-debian@lists.postgresql.org; Thu, 26 Sep 2024 14:39:40 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1stpeX-001Aai-W5 for pgsql-pkg-debian@lists.postgresql.org; Thu, 26 Sep 2024 14:39:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:To:From:Date:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description; bh=VSHy5sCuPBR+VoMbvr8BSNnxozEaaM3jw1uGSr0sskQ=; b=Vf/SDlb6HKI0ZBfKg9EhS1DOFU 4ERgUQYeoIew0D0HVwukhNjN2bHHK72ESFiA7UN/IrdQ8BW+ANaiSt7iztFHLZfhqOE9yyOBMZXBy bS8cUAhK4GpQWvxpaWcMhwFw15imEmDf5u+Y87g85JRFwaNbezusT/6RjhzOLgi84iLGX32N0j5+/ EMoC8RPzO5nPtMZDT5B4HdVF0P00ByyfcwuN67ZsA9Bur08hRqN0s+9iO6RkSWBnhxjDubOIdGHtY 2lNlqN/+UUnTJcVQBh1lLK4sltlsvBX3MpI8uA0QxC4Vg3vjy7UvOmLuIvCiDrF16Qzt4M8s12tAM CHqKTaQA==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1stpeS-004xSf-LL for pgsql-pkg-debian@lists.postgresql.org; Thu, 26 Sep 2024 14:39:29 +0000 Date: Thu, 26 Sep 2024 16:39:28 +0200 From: Christoph Berg To: PostgreSQL in Debian Subject: Re: EOL: Debian buster, Ubuntu mantic, i386 architecture Message-ID: References: <4e3e01a0-bc53-45cf-8f53-54781ae28cf4@pgmasters.net> <9BDDFA98-9637-4BC4-BBF6-45CF03DBCD9D@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: To PostgreSQL in Debian > > On pgsql-pkg-debian I proposed this plan: > > > > * Remove buster-pgdg from apt.pg.o (buster-lts was EOLed last month) > > > > * Remove i386 from sid-pgdg (packages are still preserved on > > apt-archive.postgresql.org) > > > > * Upload postgresql-17 to Debian unstable, with all architectures > > supported [*] (once rc1 is there) > > The first three steps have happened now. > > buster-pgdg has been copied to apt-archive.postgresql.org; the copy on > apt.postgresql.org will not receive any updates anymore and will be > removed in three weeks with the 17.0 release. > > If you still need packages for buster, point your sources.list to > https://apt-archive.postgresql.org/pub/repos/apt/ buster-pgdg main > > At the same time, mantic-pgdg has been copied over, and work on > supporting oracular-pgdg has begun. > > TBD: > > > * When re-uploading all extensions to Debian to transition them from > > 16 to 17, disable extensions on 32-bit archs. Adding this should do > > the trick: > > > > Build-Depends: architecture-is-64-bit , > > > > That way, people could still build extension packages manually if > > they really wanted (dpkg-buildpackage -Ppkg.postgresql.32-bit). Buster has been removed from apt.postgresql.org now, along with mantic and everything i386. oracular is new. And of course postgresql-17. > > * Remove postgresql-16 from unstable That will happen shortly. Christoph