Re: rhdb to v8 upgrade procedure

From: "Keith Worthington" <keithw(at)narrowpathinc(dot)com>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: rhdb to v8 upgrade procedure
Date: 2005-01-19 15:38:36
Message-ID: 20050119153836.M28364@narrowpathinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


> Hi,
>
> On Wed, 19 Jan 2005, Keith Worthington wrote:
>
> > Last week I upgraded from RedHat database (PostgreSQL v7.3.8)
> > to PostgreSQL v8rc5. This involved what I thought was some
> > challenging changes because I had to remove the rpms, compile
> > and install the code and finally modify the RedHat start up
> > scripts. I tried to keep fairly detailed notes of the
> > process. It might be useful for someone moving from RedHat
> > rpms to a Postgres release. Anyone interested?
> >
> > Kind Regards,
> > Keith
>
> Himm... Instead, you could take a full dump with pg_dumpall,
> backup /var/lib/pgsql (in case of emergency), remove previous
> RPMs, install RPMs for 8.0 and reload the data... This is a
> simple process...
>
> Regards,
> - --
> Devrim GUNDUZ

Devrim,

Thanks for your reponse.

I did use pg_dump to store and rebuild the database. Fortunately I didn't
need any data so I skipped that part. I left that part out of my earlier post
although it is in my notes.

At the time I did not have the luxury of using rpms because there were none
for RedHat Enterprise Linux v3. This is one of the reasons I had to move from
what RedHat provided to an 'offical' release. In addition the RedHat
installation locations were different from the PostgreSQL default ones. I
could of course change the locations during compile but that negates using an
rpm anyway.

The reason for my original post was to offer the information to those that
like me need to move from rhdb (which is usually some number of releases
behind )to the offical release.

Kind Regards,
Keith

______________________________________________
99main Internet Services http://www.99main.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jeff Eckermann 2005-01-19 16:04:42 Re: How the get variables out of a plggsql RECORD by column number
Previous Message Andreas Neumann 2005-01-19 14:34:58 How to "COPY schema1.table TO schema2.table" ?