I've extracted a pg_dump, but I'm not 100% sure on what I should name my output file. Here is my command:
pg_dump --dbname=db --format=t --host=foo --username=db --password=bar --dbname=db --exclude-table=store > db_backup
This gets my a nice file, 120megs, as I'd expect. When I try to do pg_restore in PG admin, I get:
pg_restore: error: input file does not appear to be a valid archive
The command pgdmin is running is like this:
pg_restore.exe --host "localhost" --port "5432" --username "foo" --no-password --role "yanis" --dbname "air" --verbose