Re: Upgrade to 7.1 via RPM - Mailing list pgsql-general

From Alessio Bragadini
Subject Re: Upgrade to 7.1 via RPM
Date
Msg-id 3B6E87B3.DDB27873@albourne.com
Whole thread Raw
Responses Re: Re: Upgrade to 7.1 via RPM  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-general
Paul Grenda wrote:

> Tried devel with -U OK, then server with -U but
> got message:
> "file /usr/bin/pg_id from install of postgresql-server-7.1.2-4PGDG conflicts
> with file from package postgresql-7.0.2-17"
> My questions are why do I get this conflict and should I use --force to
> overcome the error.

The PGDG (PostgreSQL Dev Group) RPM set for 7.1 is organized differently
from the RedHat set for 7.0. But one thing that seems you're missing is
the option to put more than one rpm file on the command line, avoiding
problems with the order of operation.

Try:
rpm -Fvh postgresql*7.1.2*rpm

-F (Freshen) rather than -U updates only packages that are already
installed.

Hope it helps.

--
Alessio F. Bragadini        alessio@albourne.com
APL Financial Services        http://village.albourne.com
Nicosia, Cyprus             phone: +357-2-755750

"It is more complicated than you think"
        -- The Eighth Networking Truth from RFC 1925

pgsql-general by date:

Previous
From: David Wheeler
Date:
Subject: Re: user guide
Next
From: Fariba Noorbakhsh
Date:
Subject: Re: delete columns from table!