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

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Guidelines for upgrading from pgsql7.4.xxx server to
Дата
Msg-id 1143646152.3625.127.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Guidelines for upgrading from pgsql7.4.xxx server to pgsql8.xxx server  ("Luki Rustianto" <lukirus@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Reimer"
Дата:
Сообщение: PostgreSQL x Sybase
Следующее
От: Kenneth Downs
Дата:
Сообщение: Re: Implementation Suggestions