Re: recovery fail - Mailing list pgsql-general

From Selena Deckelmann
Subject Re: recovery fail
Date
Msg-id AANLkTimv-GtDHQNeREfbUf__DFgw4m6LBcxK5NdYn6MF@mail.gmail.com
Whole thread Raw
In response to recovery fail  (Łukasz Bieniek <lukebieniek@interia.pl>)
List pgsql-general
Hi!

2010/8/25 Łukasz Bieniek <lukebieniek@interia.pl>:
> I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname >backupfilename.sql.gz. When i want to
restoreit ( I drop the old database ,creaete new and language to it and i type a command 'cat
backupfilename.sql.gz|gunzip|/usr/local/pgsql/bin/psql-U username dbname) this backup restore my all tables but its
losesrelations to some tables. and when it is restoring sysem send me messeges about missing relations . I think it is
aboutorder in this recovery data from backup. How to resolve this problem? 
>

Try running psql with '-v "ON_ERROR_STOP=true"' so that you get the
first error. You may be having a problem with a dependency early in
the restore process.

-selena


--
http://chesnok.com/daily - me

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: recovery fail
Next
From: Tom Lane
Date:
Subject: Re: unexpected message type 0x58 during COPY from stdin