Problem pg_restore from 7.3 to 7.4

From: Plant Thomas <tomspost_NOSPAM_(at)dnet(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem pg_restore from 7.3 to 7.4
Date: 2004-07-09 07:49:32
Message-ID: 40EE4E0C.1010807@dnet.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I have a problem restoring a database from Postgresql 7.3 ( backup
created with 'pg_dump -Ft -b > test.tar' ) to a new database on
PostgreSQL 7.4.3 on Cygwin. I get the following error:

pg_restore: executing SEQUENCE SET t_tab_kurs_template_id_seq
pg_restore: [archiver (db)] could not execute query: ERROR: relation
"t_tab_kur
s_template_id_seq" does not exist
pg_restore: *** aborted because of error

it seems that the sequence has not been created during the restore
process and now it tries to set its start value. Is this a bug within
pg_restore?

Thanks for any advice how to compelete this restore.

Greetings,
Thomas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harald Fuchs 2004-07-09 11:40:40 Re: Enough RAM for entire Database.. cost aside, is this
Previous Message Thomas Mueller 2004-07-09 07:27:42 Re: Column name 'user' not allowed?