Re: PG dump and restore

From: Dennis C <dcswest(at)gmail(dot)com>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: questions(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: PG dump and restore
Date: 2010-06-25 16:04:08
Message-ID: AANLkTinEZKk4NbpELZjIIqAGjXWRjzcQOifPVRDSMfq-@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It says "Trading-Access: gzip compressed data, from Unix"

About the idea of not using pg_restore for these dumps, what I'm still
missing is how it's worked for all these years before. Are there now more
stringent standards being enforced?

On Fri, Jun 25, 2010 at 8:37 AM, Thom Brown <thombrown(at)gmail(dot)com> wrote:

> On 25 June 2010 16:28, Dennis C <dcswest(at)gmail(dot)com> wrote:
> > Greetings;
> > As I've been doing for quite some time, backed up my database as
> > such: /opt/local/lib/postgresql84/bin/pg_dump -c -f ./Trading-Access -Z 5
> > Trading-Access
> > But then when I tried restoring it my usual way as
> > such: /opt/local/lib/postgresql84/bin/pg_restore -d Trading-Access
> > ./Trading-Access
> > it causes the error: pg_restore: [archiver] input file does not appear to
> be
> > a valid archive
> > So in trying: /opt/local/lib/postgresql84/bin/psql Trading-Access <
> > ./Trading-Access
> > it causes the error: invalid byte sequence for encoding "UTF8": 0x8b
> > Thanks,
>
> If the output file is in custom format, that last step shouldn't work
> since custom format isn't parsable by psql. That would only work if
> it was dumped in plain format.
>
> Your original dump specifies a compression level, but you didn't
> specify "-F c" for custom format, which would use the compression
> level.
>
> Is your file human readable? Try running "file Trading-Access" on the
> file. What does it say?
>
> Thom
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Wultsch 2010-06-25 16:05:56 Re: Need Some Recent Information on the Differences between Postgres and MySql
Previous Message Rob Wultsch 2010-06-25 16:00:30 Re: Need Some Recent Information on the Differences between Postgres and MySql