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 1uo3qa-00Fqjv-7l for pgsql-general@arkaria.postgresql.org; Mon, 18 Aug 2025 17:40:41 +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 1uo3pa-00152Z-Li for pgsql-general@arkaria.postgresql.org; Mon, 18 Aug 2025 17:39:39 +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 1uo3pa-00151X-AQ for pgsql-general@lists.postgresql.org; Mon, 18 Aug 2025 17:39:38 +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.96) (envelope-from ) id 1uo3pY-000VXP-1O for pgsql-general@lists.postgresql.org; Mon, 18 Aug 2025 17:39:38 +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 57IHda0E427156; Mon, 18 Aug 2025 13:39:36 -0400 From: Tom Lane To: COURTAULT Francois cc: "pgsql-general@lists.postgresql.org" Subject: Re: Offline PostgreSQL installation: what are the rpm packages to install ? In-reply-to: References: Comments: In-reply-to COURTAULT Francois message dated "Mon, 18 Aug 2025 17:07:08 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <427154.1755538776.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 18 Aug 2025 13:39:36 -0400 Message-ID: <427155.1755538776@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk COURTAULT Francois writes: > I haven't find any documentation describing the way to install PostgreSQ= L using a list of RPM packages to apply ! The core project wouldn't document that, because we just ship source code not RPMs. There might be a README in the core postgresql RPM package telling you what's what. regards, tom lane