Обсуждение: Restore database in postgres 8.4 linux

Поиск
Список
Период
Сортировка

Restore database in postgres 8.4 linux

От
ALEXANDER JOSE
Дата:
I have a question, I have postgres 8.2.5 on a windows server on another machine and I have suse linux enterprise 10 postgres 8.4, you perform a backup with pgadmin 1.10 to a database and restore the database in the version of postgres 8.4 gave me many errors that could not find some functions.



Atentamente

DBA Alexander Angel
Venezuela


Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!

Re: Restore database in postgres 8.4 linux

От
Alex Hunsaker
Дата:
On Wed, May 19, 2010 at 16:25, ALEXANDER JOSE <aangelj@hotmail.com> wrote:
> I have a question, I have postgres 8.2.5 on a windows server on another
> machine and I have suse linux enterprise 10 postgres 8.4, you perform a
> backup with pgadmin 1.10 to a database and restore the database in the
> version of postgres 8.4 gave me many errors that could not find some
> functions.

Well, you wont get much here unless you paste some of the actual errors.

My guess its its related to full text searching (in which case you
will want to read
http://www.postgresql.org/docs/8.4/static/textsearch-migration.html).
Otherwise its probably some other contrib or 3rd party module you
forgot to install.

Also, I don't know much about pgadmin but make sure it is using 8.4s
version of pg_dump/pg_restore.