Using pg_dump and pg_restore correctly
So I regularly backup and restore databases and schema's using pgadmin4. I would like to do it with a batch file using commands as pg_dump and pg_restore. I however always fail to succeed in this and could use some help. The way I try to dump one schema (with data) is the following: pg_dump -U postgres -F c -d database -n schema > mw2 Then I try to restore it with pg_restore: pg_restore -U postgres -d otherdatabase -n schema mw2 First I tried to use .dump in stead of tar but the result stays the same; which is an empty schema in my database. Or the following error message: pg_restore: