Re: pg_dumpall size

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: pg_dumpall size
Дата
Msg-id dcc563d10810211918h42f47e25ubdec690bbe83262d@mail.gmail.com
обсуждение исходный текст
Ответ на pg_dumpall size  (Marc Fromm <Marc.Fromm@wwu.edu>)
Список pgsql-admin
On Tue, Oct 21, 2008 at 11:56 AM, Marc Fromm <Marc.Fromm@wwu.edu> wrote:
> I have the same postgresql databases on two different servers.
>
> Boteh servers have the same version of postgresql, 8.1.
>
> The following backup command creates a file twice as big on one server,
> compared to the other server.
>
> pg_dumpall -c -U postgres | gzip > alldb.gz

Different default compression levels for gzip?  try gzip -6 or
something on both of them.

Otherwise, unzip them and compare sizes to see if they really are the
same unzipped.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: PITR question with base backup
Следующее
От: "Scott Whitney"
Дата:
Сообщение: Another PITR question