Re: Upgrade from 9.1 to 9.10

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade from 9.1 to 9.10
Date: 2013-10-21 19:15:08
Message-ID: 52657D3C.7080409@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/21/2013 12:00 PM, ramistuni wrote:
> Please bare with my knowledge, but is there any way to find if the past
> installations were done using YUM?

This is all standard redhat installation/administration stuff...

# rpm -qf /usr/pgsql-9.2/bin/postgres
postgresql92-server-9.2.5-1PGDG.rhel6.x86_64

(replace 9.2 with 9.1)... if its installed from the PGDG RPM like that,
then it came from the postgres yum repository.

also verify they actually installed that repository, and didn't just
manually jam the RPMs on there...

# rpm -qf /etc/yum.repos.d/pgdg-9*
pgdg-centos90-9.0-5.noarch
pgdg-centos92-9.2-6.noarch

you should see the 91 version.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-10-21 19:29:52 Re: Upgrade from 9.1 to 9.10
Previous Message ramistuni 2013-10-21 19:00:08 Re: Upgrade from 9.1 to 9.10