Using pg_admin III and PostgreSQL 8.1 (both test and development).
Posted
by lakshmi
on Stack Overflow
See other posts from Stack Overflow
or by lakshmi
Published on 2010-06-09T06:52:07Z
Indexed on
2010/06/09
7:22 UTC
Read the original article
Hit count: 251
postgresql
I want to backup Development and restore it in test and vice-versa.
So when I do a backup of the db (in PGAdmin III), it backs it up. But when I restore it, all primary key information is gone and no data is in the tables.
Any help would be much appreciated. Thanks.
© Stack Overflow or respective owner