Re: Installing 9.6.6 to a RHEL 6.7 server with no Internet access

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: PostgreSql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing 9.6.6 to a RHEL 6.7 server with no Internet access
Date: 2018-02-21 18:10:35
Message-ID: 229c4710-9c87-bac6-8acd-f341a0cee3e9@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It does.  Thank you.

On 02/21/2018 10:03 AM, Alvaro Aguayo Garcia-Rada wrote:
> Not sure if this may help you. A few months ago, I made an automated OpenSUSE installer which also had to install PostgreSQL 9.6 server using the RHEL PGDG releases. There's no YUM there, so I did it instead with RPM files directly.
>
> The RPM files I included on my autoinstall ISO are the following:
>
> postgresql96-9.6.2-2PGDG.rhel7.x86_64.rpm
> postgresql96-contrib-9.6.2-2PGDG.rhel7.x86_64.rpm
> postgresql96-devel-9.6.2-2PGDG.rhel7.x86_64.rpm
> postgresql96-libs-9.6.2-2PGDG.rhel7.x86_64.rpm
> postgresql96-server-9.6.2-2PGDG.rhel7.x86_64.rpm
>
> Of course, you may want or need to use more recent versions. Also, you may ommit the contrib & devel packages, as they may not always be needed(in my case, they were)
>
> Regarding dependencies, with a quick look, I can say these will require a few common packages:
>
> - zlib
> - pthreads
> - readline
> - openssl
> - libxml2
> - libxslt
> - libuuid
> - krb5
> - libldap / openldap
>
> That seems to be all required packages. Hope this helps.
>
> Regards,
>
> Alvaro Aguayo
> Operations Manager
> Open Comb Systems E.I.R.L.
>
> Office: (+51-1) 3377813 | Mobile: (+51) 995540103 | (+51) 954183248
> Web: www.ocs.pe
>
> ----- Original Message -----
> From: "Ron Johnson" <ron(dot)l(dot)johnson(at)cox(dot)net>
> To: "PostgreSql-general" <pgsql-general(at)postgresql(dot)org>
> Sent: Wednesday, 21 February, 2018 10:49:00
> Subject: Installing 9.6.6 to a RHEL 6.7 server with no Internet access
>
> Hi.
>
> According to https://www.postgresql.org/download/linux/redhat/ I must first
> install the repository.  However, since that system doesn't have Internet
> access, I need to manually copy the files from my Windows laptop to the RHEL
> 6.7 server and then localinstall them.
>
> So, the question: what packages do I need to download from
> https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6.7-x86_64/ in
> order to "yum localinstall postgresql96" and "yum localinstall
> postgresql96-server"?
>
> Thanks
>

--
Money Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2018-02-21 22:38:53 initdb when data/ folder has mount points
Previous Message Julián Jiménez González 2018-02-21 17:15:54 Building PostgreSQL old version from source to test vulnerability CVE-2017-7546