pg_restore

From: Cesar Schneider <cesar(at)hzta(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_restore
Date: 2005-01-17 20:04:06
Message-ID: 1105992246.2309.15.camel@nx9005.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers-win32

Hi, I have a dump that was generated with pg_dump in 8.0-beta5 and I'm
trying to restore with pg_restore in 8.0-RC3.

The pg_dump command was: # pg_dump -Ft -o -b database
The pg_restore command was: # pg_restore -Ft -d database

When I execute pg_restore I get this error:
pg_restore: [archiver] unsupported version (1.13) in file header

Dumps created in beta5 are incompatible with rc3 ?
Any suggestion for how can I restore this dump ?

Thank for any help.
Cesar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Metnetsky 2005-01-17 20:04:42 Re: Statically linking against libpq
Previous Message Greg Stark 2005-01-17 19:33:15 Re: Index optimization ?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-01-17 20:16:07 Re: [pgsql-hackers-win32] %2$, %1$ gettext placeholder
Previous Message Tom Lane 2005-01-17 19:54:44 Re: [HACKERS] %2$, %1$ gettext placeholder replacement is not working under Win32