AccessDevelopment TEST <caleb.access@xxxxxxxxx> writes: > 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 This looks suspiciously like some old complaints about unsupported cases in parallel restore. Does it work if you omit the -j option? If so, what versions of pg_dump and pg_restore are you using exactly, and what did the pg_dump command look like? regards, tom lane -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin