pg_restore error

From: "Roberto de Amorim" <roberto(at)smartbit(dot)inf(dot)br>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pg_restore error
Date: 2002-11-01 15:12:51
Message-ID: 011601c281b9$2afa6120$04c8a8c0@Desenvolvimento
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I did a database backup using the command:$ pg_dump -Ft -b mydb >
backupdb.tar

and now I'm tring to restore this backup using:$ pg_restore -d mydb
backupdb.tar
and I'm getting this error message: Segmentation fault (core dumped)

what is wrong? or what the best way to me backup my database and restore it
in other computer? which params should I use in pg_dump and pg_restore???

please help

Roberto de Amorim - +55 48 346-2243
Software engineer at SmartBit Software
roberto(at)smartbit(dot)inf(dot)br

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-11-01 15:16:28 Re: pg_restore error
Previous Message Chris Gamache 2002-11-01 14:56:30 FIFO Queue Problems