Re: HOW TO UPGRADE POSTGRES 7.2 TO 7.3 IN RPM FORMAT - Mailing list pgsql-admin

From P G
Subject Re: HOW TO UPGRADE POSTGRES 7.2 TO 7.3 IN RPM FORMAT
Date
Msg-id 20030322022651.76343.qmail@web13308.mail.yahoo.com
Whole thread Raw
In response to HOW TO UPGRADE POSTGRES 7.2 TO 7.3 IN RPM FORMAT  ("Mario Alberto Soto Cordones" <mario_soto@compuall.cl>)
List pgsql-admin
You should backup your database first with pg_dump,
then try upgrading with rpm -Fvh <PostgreSQL RPM
package>.  As for the column types and other things
that may have changed you will probably have to
perform your own validation that things still work as
expected.

Thanks.

--- Mario Alberto Soto Cordones
<mario_soto@compuall.cl> wrote:
> Hi.
>
> i need upgrade postgres 7.2.4 to 7.3.2 ...
>
> i have a bineries rpm of two version and i have
> installed in my server
> 7.2.3...  how to migrate this ????
>
>
> thank you
>
> mario
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index not used on a DISTINCT ON
Next
From: Lamar Owen
Date:
Subject: Re: Which files does PostgreSQL need from initscripts RPM?