Re: upgrade 8.0.3 -> 8.2.4

Поиск
Список
Период
Сортировка
От Dan Harris
Тема Re: upgrade 8.0.3 -> 8.2.4
Дата
Msg-id 464332D5.1000208@drivefaster.net
обсуждение исходный текст
Ответ на upgrade 8.0.3 -> 8.2.4  (Steve Holdoway <steve.holdoway@firetrust.com>)
Ответы Re: upgrade 8.0.3 -> 8.2.4  (Steve Holdoway <steve.holdoway@firetrust.com>)
Список pgsql-admin
Steve Holdoway wrote:
> Are there any gotchas? I've got the opportunity to move to another database server for this application and yould
liketo take the opportunity to upgrade at the same time. 

Yes.  One of them that got me was that in 8.0.x, you could insert "invalid"
unicode byte sequences and it would warn you but accept them just fine.  In 8.2,
this is strictly enforced and you will not be able to restore your dump file
without running a utility to "fix" the dump file.

This change has prevented me from doing the upgrade as my dump file is nearly
100GB and the programming design of this utility requires that the whole file be
read into RAM before it begins processing it ( I've let it run for days and it
doesn't complete ).  I didn't think I had any Unicode in my database at all, but
I guess there are a few instances of "noise" in there that cause this..

Hopefully this doesn't block someone else from upgrading.

-Dan

В списке pgsql-admin по дате отправления:

Предыдущее
От: Kris Deugau
Дата:
Сообщение: Re: Issue with upgrade
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Invalid frontend message type 87?