On Tue, Aug 26, 2008 at 2:11 PM, <[EMAIL PROTECTED]> wrote: > Greetings, > > I am running pg_dump 8.2.5 and attempting to restore with a pg_restore 8.2.4 > on a test machine and the restore errors out with this error: > > pg_restore: [custom archiver] could not read from input file: end of file > pg_restore: *** aborted because of error > ERROR: missing data for column "appversion" >
Make sure that your dump is actually completing. We had a dump that was failing due to a statement timeout making the copy command in the dump fail and got a similar error. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
