Re: Guidelines for upgrading from pgsql7.4.xxx server to - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Guidelines for upgrading from pgsql7.4.xxx server to
Date
Msg-id 1143646152.3625.127.camel@state.g2switchworks.com
Whole thread Raw
In response to Guidelines for upgrading from pgsql7.4.xxx server to pgsql8.xxx server  ("Luki Rustianto" <lukirus@gmail.com>)
List pgsql-general
On Tue, 2006-03-28 at 20:53, Luki Rustianto wrote:
> Hi All,
>
> All of our application now runs on postgresql7.4.xxx servers, I never
> tried it on version 8.xxx
>
> I wonder if there are any guidelines / step by step / special
> considerations whether it applies to database structure or the
> application it self if we want to upgrade to version 8.xxx ?

There's this page:

http://www.postgresql.org/docs/8.1/static/install-upgrading.html

And take a look at this one too:

http://www.postgresql.org/docs/8.1/static/release-8-1.html

which covers a few issues like encoding problems you might see.  In
versions before 8.0 charset checking was lax, and you might have
characters in your database that are illegal for UTF-8 encoding.  Simple
fix is to let iconv fix that.  Linux has it, not sure about other OSes,
but someone could always download a knoppix disc and boot from it just
long enough to convert the dumps if you don't run linux in your shop.

pgsql-general by date:

Previous
From: "Reimer"
Date:
Subject: PostgreSQL x Sybase
Next
From: Kenneth Downs
Date:
Subject: Re: Implementation Suggestions