Re: Installing PostgreSQL Yum Repository

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Jonathan Pool <pool(at)utilika(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Installing PostgreSQL Yum Repository
Date: 2012-08-19 09:07:11
Message-ID: 1345367231.19699.4.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi,

On Sat, 2012-08-18 at 10:25 -0700, Jonathan Pool wrote:
> I am trying to follow the instructions on
> http://www.postgresql.org/download/linux/redhat/ for installing the
> PostgreSQL Yum Repository (on RHEL 5).
>
> So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm.
>
> Then I tried to install it with:
>
> rpm -i
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm
>
> Instead of an installation, I got:
>
> error: skipping
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm - transfer failed - Unknown or unexpected error

Could you please try:

rpm -ivh http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat91-9.1-5.noarch.rpm

> I was surprised that the instructions told me to download a file and then issue a command that doesn't reference the downloaded file.

That is my mistake. I changed the filenames a few months before, but it
seems I forgot to update website:

http://yum.postgresql.org/repopackages.php

This is now up2date.

Regards,

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2012-08-20 16:08:44 Re: When I executed type cast functions. The postgres normal concatenation operator query was breaking.
Previous Message Jonathan Pool 2012-08-19 02:06:10 Re: Installing PostgreSQL Yum Repository