Re: Problem With gunzip backup

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Problem With gunzip backup
Дата
Msg-id 46B045C8.7000002@archonet.com
обсуждение исходный текст
Ответ на Problem With gunzip backup  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Список pgsql-general
Ashish Karalkar wrote:
>
> I am trying to create the backupfile using gunzip utility
>
> pg_dump qsweb | gzip > /usr/local/backup/backup.gzBut when I run this
> command i get error stdin: not in gzip formattried with pg_dump qsweb
> | gzip > /usr/local/backup/backup.tar.gzbut same problem againCan any
> body please suggest what is going wrongThanks In advanceWith

Not sure what you're doing wrong, but there's no need to do this. Use
   pg_dump -Fc ...
This format is already compressed.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: {Spam} FOREIGN KEY migration of syntax, help needed
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Possible to Attach/Detach Tablespaces?