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 1smCze-0042sw-9V for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 05 Sep 2024 13:57:50 +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 1smCzc-00B82v-EZ for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 05 Sep 2024 13:57:48 +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 1smCzc-00B823-71 for pgsql-pkg-debian@lists.postgresql.org; Thu, 05 Sep 2024 13:57:48 +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 1smCzZ-000Hl7-L1 for pgsql-pkg-debian@lists.postgresql.org; Thu, 05 Sep 2024 13:57:47 +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=1cJe6fCIs5MJGOibTdlWJUxcmzdPpxco5GoLrj3TV+o=; b=qZPtuFcrZihYamYbtZmocHaEFJ 5c8Tfdq/DpRimfu4xHoTQyqY9H93tfbphe1zk/QzIxKVNgff/oOsGdwjjWDwWaL+eUYnt3PGHbeQa GhypcCTeXSQfh1axMmbsVkH07mPYBLB3Hk7Q0IjNenZ1qjXpPmJjlIubKgvaj7/fgHqBc9oIg9OW1 lg21Ki5XUBa5rj4jHAh4tNRfsMHLKTdLzopKcX22kII80JpEwv4vsJMQUENR3bmbhf0ewMJKmb0P6 RGxFTp1siPNlqW0XUQi89CNlI6Ox5Gmlj8iwEEKxAWlbRMkfSS1qTjWwhXGOegna1XqWdaIdEyNr9 3EcQYvQw==; 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 1smCzV-004L6x-7E for pgsql-pkg-debian@lists.postgresql.org; Thu, 05 Sep 2024 13:57:41 +0000 Date: Thu, 5 Sep 2024 15:57:40 +0200 From: Christoph Berg To: PostgreSQL in Debian Subject: 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 > 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). > > * Remove postgresql-16 from unstable Christoph