recovery fail

From: Łukasz Bieniek <lukebieniek(at)interia(dot)pl>
To: pgsql-questions(at)postgresql(dot)org
Subject: recovery fail
Date: 2010-08-25 13:15:15
Message-ID: 20100825131515.B2A49190583F@fwb.poczta.interia.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname >backupfilename.sql.gz. When i want to restore it ( 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 loses relations to some tables. and when it is restoring sysem send me messeges about missing relations . I think it is about order in this recovery data from backup. How to resolve this problem?

---------------------------------------------------------------------
Wez kredyt przez internet. Atrakcyjne oprocentowanie, bez zaswiadczen!
http://linkint.pl/f27d6

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis BUCHER 2010-08-25 15:05:04 Re: recovery fail
Previous Message Joshua Berry 2010-08-25 11:32:58 Optimizing queries that use multiple tables and many order by columns