Forum OpenACS Development: Re: import database

Collapse
5: Re: import database (response to 1)
Posted by Nima Mazloumi on
One question: I have oacs installed in pg 8.1. later on i installed ltree and tsearch. now I want to upgrade to pg 8.2 but importing the dump results to errors:

Error: function »snb_ru_init« not found in »/usr/lib64/postgresql/tsearch2.so«
Error: function public.snb_ru_init(internal) does not exist
....
Error: function »snb_ru_init(internal)« does not exist
CONTEXT: COPY pg_ts_dict, Line 3, Column dict_init: »snb_ru_init(internal)«

Any idea on how to migrate between different pg versions and using latest ltree and tsearch stuff?