Problem With gunzip backup

From: "Ashish Karalkar" <ashish(dot)karalkar(at)info-spectrum(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Problem With gunzip backup
Date: 2007-08-01 07:27:43
Message-ID: 00d401c7d40d$77f3acb0$170211ac@LIONKING.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,
I am having following PostgreSQL & Linux version

PostgreSQL 8.2.0 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)

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 RegardsAshish...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ow Mun Heng 2007-08-01 08:07:50 Possible to Attach/Detach Tablespaces?
Previous Message Patrick TJ McPhee 2007-08-01 05:19:33 Re: Porting MySQL data types to PostgreSQL