Re: recovery fail - Mailing list pgsql-general

From Denis BUCHER
Subject Re: recovery fail
Date
Msg-id 4C753120.2020303@hsolutions.ch
Whole thread Raw
In response to recovery fail  (Łukasz Bieniek <lukebieniek@interia.pl>)
List pgsql-general
Le 25.08.2010 15:15, Łukasz Bieniek a écrit :
> 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? 

Same version of postgresql (backup and restore) ?
If not, some small adaptations are always necessary...

What do you get as errors or warnings ?

Denis

pgsql-general by date:

Previous
From: Łukasz Bieniek
Date:
Subject: recovery fail
Next
From: Denis BUCHER
Date:
Subject: Re: Feature proposal