Re: Pb migrating database from Postgres 8.1 to 8.4

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Pb migrating database from Postgres 8.1 to 8.4
Дата
Msg-id CABV9wwO_3cnoUS1AXdJq_yAaaCGJOay_HPwOy==W-REHx2qBUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pb migrating database from Postgres 8.1 to 8.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Pb migrating database from Postgres 8.1 to 8.4
Список pgsql-admin
On Fri, Apr 19, 2013 at 10:19 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> chanh.tran@free.fr writes:
>> I'm facing pbs trying to migrate my current database from Postgres 8.1 to 8.4.
>
>> pg_restore: [archiver (db)] could not execute query: ERROR: could not find function "gtsvector_in" in file
"/usr/lib64/pgsql/tsearch2.so"
>
> Looks like you're missing the shared library that underlies tsearch2.
> The other errors seem to be consequences of this one.
>

It might be cleaner to try and remove the tsearch bits from your
schema dump and get a fresh install of tsearch by itself before
loading in your own schema. Also, given you're making this leap, I'd
strongly encourage you to try and migrate to Postgres 9.2 instead of
8.4, which is the next version to be EOL'd. It's unlikely the pain
will be significantly worse than what you are going through now.

Robert Treat
conjecture: xzilla.net
consulting: omniti.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Pb migrating database from Postgres 8.1 to 8.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Pb migrating database from Postgres 8.1 to 8.4