Le 29 juin 2015 11:25 PM, "Ron Gregor" <rgre...@wcnjcd.com> a écrit :
>
> 32/64 bit problem - That is what I am trying to find out if there is a
problem with running the on 32 bit versus 64 bit machines. I did not find
any place to download a windows 64 bit version.
>
> I created a backup using the PLAIN option (closes to text option
available) which created a sql file. When I tried to restore this file
pgadmin gave me an error "input file does not appear to be a valid archive".
>

That has nothing to do with 32 vs 64 bits. PgAdmin uses pg_restore to
restore a backup, and pg_restore knows nothing about plain backup. It can
only work with binary backup (ie tar, custom, or directory).

You'll have to do a backup again, this time in one of the binary formats.
Or use psql to restore your backup.

Reply via email to