Re: Offline PostgreSQL installation: what are the rpm packages to install ?

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Offline PostgreSQL installation: what are the rpm packages to install ?
Date: 2025-08-19 00:24:55
Message-ID: CANzqJaDKmaD5hYE1Zs_0xOZ=p50iG_HU_zY2=4uf14Km5pyC6g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

From links in https://www.postgresql.org/download/linux/redhat/, I found a
link, and started exploring. https://ftp.postgresql.org/pub/repos/yum/ is
where you want to start.
These are the directories you want:
https://ftp.postgresql.org/pub/repos/yum/17/redhat/
https://ftp.postgresql.org/pub/repos/yum/common/

I wrote a PowerShell script that gets a bunch of RPM files, then scp's the
new directory up to the target server. From there, it's as simple as:
sudo dnf install Pg17.6_RHEL9/*rpm

(Note: I suggest that you wait until next week, for possible bugs in the
RPMs to be shaken out.)

On Mon, Aug 18, 2025 at 1:07 PM COURTAULT Francois <
francois(dot)courtault(at)thalesgroup(dot)com> wrote:

> THALES GROUP LIMITED DISTRIBUTION to email recipients
>
>
>
> Hello again,
>
>
>
> I haven’t find any documentation describing the way to install PostgreSQL
> using a list of RPM packages to apply !
>
>
>
> Best Regards.
>
>
>
> *From:* COURTAULT Francois <francois(dot)courtault(at)thalesgroup(dot)com>
> *Sent:* lundi 18 août 2025 18:55
> *To:* pgsql-general(at)lists(dot)postgresql(dot)org
> *Subject:* Offline PostgreSQL installation: what are the rpm packages to
> install ?
>
>
>
> THALES GROUP LIMITED DISTRIBUTION to email recipients
>
>
>
> Hello everyone,
>
>
>
> I want to install PostgreSQL 17.6 on a machine (Redhat 9) not connect to
> Internet?
>
> What are the minimum rpm packages to install ?
>
>
>
> Nest Regards.
>
>
>
>
>
>
>

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message COURTAULT Francois 2025-08-19 10:09:12 RE: Offline PostgreSQL installation: what are the rpm packages to install ?
Previous Message Tom Lane 2025-08-18 17:39:36 Re: Offline PostgreSQL installation: what are the rpm packages to install ?