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 1n4mbF-00063T-7K for pgsql-www@arkaria.postgresql.org; Tue, 04 Jan 2022 16:23:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n4mbD-0000F7-TC for pgsql-www@arkaria.postgresql.org; Tue, 04 Jan 2022 16:23:47 +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 1n4mbD-0000Ex-MY for pgsql-www@lists.postgresql.org; Tue, 04 Jan 2022 16:23:47 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4mb7-0007Wh-62 for pgsql-www@lists.postgresql.org; Tue, 04 Jan 2022 16:23:46 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 204GNdGq4031031; Tue, 4 Jan 2022 11:23:39 -0500 From: Tom Lane To: Jonathan Wright cc: pgsql-www@lists.postgresql.org Subject: Re: Add AlmaLinux as Specifically Supported Distro In-reply-to: References: Comments: In-reply-to Jonathan Wright message dated "Tue, 04 Jan 2022 09:42:32 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4031029.1641313419.1@sss.pgh.pa.us> Date: Tue, 04 Jan 2022 11:23:39 -0500 Message-ID: <4031030.1641313419@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jonathan Wright writes: > My name is Jonathan Wright and I'm in the Infrastructure Team Lead for > AlmaLinux. I/we use Postgres (naturally) and today I noticed that > AlmaLinux is missing as a specifically listed supported distro at > https://www.postgresql.org/download/ and > https://www.postgresql.org/download/linux/redhat/ > I see that Rocky was added which is great, but I think it would also be > appropriate to add AlmaLinux. Well, the reason Rocky is listed is that it *is* considered supported, which is because somebody is running a buildfarm animal under that OS: https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=queensnake&br=HEAD I don't see any animal running Alma, so claiming that it's supported seems a bit premature. If you'd like to run such an animal, see directions here: https://buildfarm.postgresql.org/cgi-bin/register-form.pl It's not terribly resource-consuming, if you set it up to run once a day per branch, which is plenty for a platform that ought-to-work. (There's a separate question of whether Devrim's RPMs will work out-of-the-box on Alma, or whether it'll need its own build.) regards, tom lane