failures in pg_restore -- possibly corrupt archive - Mailing list pgsql-admin

From AccessDevelopment TEST
Subject failures in pg_restore -- possibly corrupt archive
Date
Msg-id CADiaVNkaZfHDtva=4bdScqwPUE4azsUL6mo=3biUfokz1YC9wg@mail.gmail.com
Whole thread Raw
Responses Re: failures in pg_restore -- possibly corrupt archive
List pgsql-admin
I am attempting to restore a pg dump file and am getting this error message:

  pg_restore: [custom archiver] could not find block ID 229750 in archive -- possibly corrupt archive
  pg_restore: [custom archiver] could not find block ID 228874 in archive -- possibly corrupt archive
  pg_restore: [archiver] worker process failed: exit code 1


The pg_restore command used is: 
   pg_restore -j 12 -d mydb -h myhost -U username /restore/file.dump

pg_dump was used to created the backup.

I have searched around and have found no information that would lead to a remedy for a successful restore.  We have analyzed the disk for bad blocks and could find no problem there.  There is no additional information provided than the messages listed above.

Any ideas?

pgsql-admin by date:

Previous
From: Kido Kouassi
Date:
Subject: Re: PostgreSQL 9.3 PITR from remote server failing
Next
From: Tom Lane
Date:
Subject: Re: failures in pg_restore -- possibly corrupt archive