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 1sU60Q-000PPX-5E for pgsql-general@arkaria.postgresql.org; Wed, 17 Jul 2024 14:51:46 +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 1sU60O-001eUh-69 for pgsql-general@arkaria.postgresql.org; Wed, 17 Jul 2024 14:51:44 +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 1sU60N-001eUY-Rc for pgsql-general@lists.postgresql.org; Wed, 17 Jul 2024 14:51:44 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sU60H-0002FK-Fp for pgsql-general@lists.postgresql.org; Wed, 17 Jul 2024 14:51:43 +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 46HEoXGP3550879; Wed, 17 Jul 2024 10:50:33 -0400 From: Tom Lane To: Adrian Klaver cc: Akram Hussain , pgsql-general@lists.postgresql.org Subject: Re: Support of Postgresql 15 for Sles15Sp6 In-reply-to: <70bc4603-0bb5-4044-a124-58bac70c19df@aklaver.com> References: <70bc4603-0bb5-4044-a124-58bac70c19df@aklaver.com> Comments: In-reply-to Adrian Klaver message dated "Wed, 17 Jul 2024 07:34:58 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3550877.1721227833.1@sss.pgh.pa.us> Date: Wed, 17 Jul 2024 10:50:33 -0400 Message-ID: <3550878.1721227833@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Adrian Klaver writes: > On 7/17/24 03:37, Akram Hussain wrote: >> Is there any planned release of postgresql 14 for Sles15SP6. > Your subject says 'Support of Postgresql 15 ...' which version do you want? The answer's the same either way. The prebuilt packages the PG community makes for SUSE are described here: https://www.postgresql.org/download/linux/suse/ If you don't want those, and you don't want the ones that SUSE themselves build, your third option is to build from source. Offhand I would think that the community RPMs would serve you fine. The page above says they are built for SLES 15 SP5, but SUSE would have to have screwed up pretty badly for a package built on SP5 to not run on SP6. regards, tom lane