I take backup using
pg_dump db_production > postgres_db.dump
and then I copy it to localhost using scp.
Now when I import on my
The answer above didn't work for me, this worked:
psql db_development < postgres_db.dump