Backup of entire servers and roles/tablespaces

Поиск
Список
Период
Сортировка
От Dave Page
Тема Backup of entire servers and roles/tablespaces
Дата
Msg-id 459E8131.3040706@postgresql.org
обсуждение исходный текст
Ответы Re: Backup of entire servers and  (Devrim GUNDUZ <devrim@CommandPrompt.com>)
Список pgadmin-hackers
I'm just in the process of hacking pgAdmin to allow backup of entire
servers or global info (roles and tablespaces). I was using the same
mechanism as we use for pg_dump, however this doesn't work with
pg_dumpall which doesn't support the -f option to redirect output to a file.

Instead, I've been looking at separating the output and error streams
from pg_dumpall, however this won't work either because pg_dumpall calls
pg_dump to do much of it's work, and we cannot attach to those streams
through pg_dumpall.

I'm therefore toying with writing our own backup code to act as an
equivalent to pg_dumpall, but would really prefer not to do this as the
backup code is extremely important to get right of course.

Thoughts or ideas?

Regards, Dave.

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5831 - trunk/www/development
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Backup of entire servers and