Home > Archive > PostgreSQL Discussion > March 2006 > Re: Guidelines for upgrading from pgsql7.4.xxx server to









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Guidelines for upgrading from pgsql7.4.xxx server to
Scott Marlowe

2006-03-29, 11:28 am

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/...-upgrading.html

And take a look at this one too:

http://www.postgresql.org/docs/8.1/...elease-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.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com