Re: pg_restore must failure on attempt

Lists: pgsql-general
From: artdias90 <artdias90(at)yahoo(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_restore must failure on attempt
Date: 2011-09-13 14:57:44
Message-ID: 1315925864293-4798842.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

As I try to restore my data, I get the warning message:

pg_restore: [archiver] input file does not appear to be a valid archive (too
short?)

Ok, but the job ends with green status, I want it to finish with error. Is
there any way of using $? there?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-restore-must-failure-on-attempt-tp4798842p4798842.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: artdias90 <artdias90(at)yahoo(dot)com(dot)br>
Subject: Re: pg_restore must failure on attempt
Date: 2011-09-14 03:00:29
Message-ID: 201109132000.29766.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Tuesday, September 13, 2011 7:57:44 am artdias90 wrote:
> As I try to restore my data, I get the warning message:
>
> pg_restore: [archiver] input file does not appear to be a valid archive
> (too short?)
>
>
> Ok, but the job ends with green status, I want it to finish with error. Is
> there any way of using $? there?

First guess is you are using pg_restore to restore a text based dump file. If
the database dump is in text format you will need to use psql.
>
> --

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com