Re: pg_restore error

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Roberto de Amorim" <roberto(at)smartbit(dot)inf(dot)br>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore error
Date: 2002-11-01 15:16:28
Message-ID: m3wunx8gmr.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Roberto de Amorim" <roberto(at)smartbit(dot)inf(dot)br> writes:

> 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 version(s) of PG are you using? Have you tried using the
"custom" format (-Fc) rather than tar? -Fc has worked pretty well for
me.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roj Niyogi 2002-11-01 15:19:17 Re: Contribute link broken
Previous Message Roberto de Amorim 2002-11-01 15:12:51 pg_restore error