Dump you can do with:
pg_dump -Ft -b $DB-Name -U $DB-User | gzip -9 > db_backup.tar.gz

restored it with:
gunzip db_backup.tar.gz
pg_restore -U $DB-User -d $DB-Name db.tar

-- NeGu - 18 Apr 2006
Topic revision: r1 - 18 Apr 2006, NeGu
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback