Re: Restore after using pg_dumpall

Поиск
Список
Период
Сортировка
От Samrat Revagade
Тема Re: Restore after using pg_dumpall
Дата
Msg-id 1375254038816-5765716.post@n5.nabble.com
обсуждение исходный текст
Ответ на Restore after using pg_dumpall  (Asmus Reinhard <Reinhard.Asmus@spdfraktion.de>)
Список pgsql-admin
>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.

I think it is not necessary. pg_dumpall supports dumping of the entire
contents of a database cluster,  It backs up each database in a given
cluster, and also *preserves cluster-wide data such as role and tablespace
definition*s. hence if you want to take backup for entire cluster then you
can directly use pg_dumpall.

or if you have any specific need then you can use pg_dump and manually
preserve/delete other database objects .



-----
Greetings,
Samrat Revagade,
NTT-DATA-OSS Center (Pune)
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Restore-after-using-pg-dumpall-tp5765452p5765716.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


В списке pgsql-admin по дате отправления:

Предыдущее
От: Carlos Henrique Reimer
Дата:
Сообщение: Exit code -1073741819
Следующее
От: Asmus Reinhard
Дата:
Сообщение: Restore after pg_dumpall