Re: Stuck trying to backup large database - best practice?

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: Stuck trying to backup large database - best practice?
Дата
Msg-id 54B406AD.1030903@boscorama.com
обсуждение исходный текст
Ответ на Re: Stuck trying to backup large database - best practice?  (Antony Gelberg <antony.gelberg@gmail.com>)
Список pgsql-general
On 01/12/15 08:40, Antony Gelberg wrote:
>> In addition are you talking about a single database or the Postgres database
>> cluster?
>
> We only have one database in the cluster, so it's the same thing.

Not exactly.  For example, with pg_dump you would also need to dump the
'global' context separately.  Or you could use pg_dumpall for both the
context and the database with all of that then piped into a gzip or
bzip (since pg_dumpall only outputs sql text).

HTH,
Bosco.


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Stuck trying to backup large database - best practice?
Следующее
От: Joe Van Dyk
Дата:
Сообщение: Re: How to analyze a slowdown in 9.3.5?