[ADMIN] Restore after pg_dumpall

2013-07-31 Thread Asmus Reinhard
>pg_dumpall > alldb.sql (store) >and >psql -f alldb.sql postgres (restore) >is it necessary to drop existing objects (for example roles, ...) ? >Any help is appreciated. Last days i'm looking tot he options of pg_dumpall and I think the answer of my question is using option -c. Using this op

[ADMIN] Restore after using pg_dumpall

2013-07-29 Thread Asmus Reinhard
Hallo, between pg_dumpall > alldb.sql (store) and psql -f alldb.sql postgres (restore) is it necessary to drop existing objects (for example roles, ...) ? Any help is appreciated.