Can not restore a dumped database

From: Josef Springer <Josef(dot)Springer(at)joops(dot)com>
To:
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Can not restore a dumped database
Date: 2007-03-05 12:02:05
Message-ID: 45EC06BD.5030803@joops.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

iI habe dumped a database with
pg_dump --file="<filename>" -a --schema="OfficeTalk" -h localhost -U
OfficeTalk "OfficeTalk"

Restoring it with
pg_restore -d "OfficeTalk" -a -h localhost -U "OfficeTalk" "<filename>"

i get the error
pg_restore: [archiver] input file does not appear to be a valid archive

What to do ?

mit freundlichen Grüßen / best regards,
Josef Springer
(Geschäftsleitung/Management)

[Postal]
Address
Josef(dot)Springer(at)joops(dot)com
Orlando-di-Lasso Str. 2
D-85640 Putzbrunn
[Phone]

Office
+49 (0)89 600 6920

[Phone]

Fax
+49 (0)89 600 69220

[Web]

Web
http://www.joops.com

[JOOPS]
-- the software company --


In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Roger Pan 2007-03-05 17:53:45 "failed to re-find parent key" question
Previous Message Ares 2007-03-05 09:57:26 Re: Problem with pg_restore