Обсуждение: Offline PostgreSQL installation: what are the rpm packages to install ?

Поиск
Список
Период
Сортировка

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

От
COURTAULT Francois
Дата:

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.

 

 

 

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

От
COURTAULT Francois
Дата:

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.courtault@thalesgroup.com>
Sent: lundi 18 août 2025 18:55
To: pgsql-general@lists.postgresql.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.

 

 

 

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

От
Tom Lane
Дата:
COURTAULT Francois <francois.courtault@thalesgroup.com> writes:
> I haven't find any documentation describing the way to install PostgreSQL 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



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

От
Ron Johnson
Дата:

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:

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.courtault@thalesgroup.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.courtault@thalesgroup.com>
Sent: lundi 18 août 2025 18:55
To: pgsql-general@lists.postgresql.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!

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

От
COURTAULT Francois
Дата:

THALES GROUP LIMITED DISTRIBUTION to email recipients

 

Hello Ruben,

 

I think you have understood my needs. I wanted to know which rpm packages I have to install for PostgreSQL 17.6.

The problem is that the command provided at https://stormatics.tech/blogs/offline-postgresql-installation-on-rhel-9-solving-the-no-internet-challenge : sudo

yum deplist postgresql17-server doesn’t work on Redhat 8.10

 

Do you have the equivalent command of yum deplist for Redhat 8.10 ?

 

Best Regards.

 

From: Ruben Morais <ruben.gmorais@gmail.com>
Sent: lundi 18 août 2025 19:14
To: COURTAULT Francois <francois.courtault@thalesgroup.com>
Subject: Re: Offline PostgreSQL installation: what are the rpm packages to install ?

 

Hi,

 

Just read from postgres documentation:

 

 

They put a repo in end of page , where you can download.

 

If you do a search in google , will find another post:

 

 

Rúben Morais

 

On Mon, Aug 18, 2025, 18:07 COURTAULT Francois <francois.courtault@thalesgroup.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.courtault@thalesgroup.com>
Sent: lundi 18 août 2025 18:55
To: pgsql-general@lists.postgresql.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.