From: | Denis BUCHER <dbucherml(at)hsolutions(dot)ch> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: recovery fail |
Date: | 2010-08-25 15:05:04 |
Message-ID: | 4C753120.2020303@hsolutions.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 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?
Same version of postgresql (backup and restore) ?
If not, some small adaptations are always necessary...
What do you get as errors or warnings ?
Denis
From | Date | Subject | |
---|---|---|---|
Next Message | Denis BUCHER | 2010-08-25 15:06:52 | Re: Feature proposal |
Previous Message | Łukasz Bieniek | 2010-08-25 13:15:15 | recovery fail |