Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save javikalsan/9137045 to your computer and use it in GitHub Desktop.
Save javikalsan/9137045 to your computer and use it in GitHub Desktop.
Postgresql Import dump file to local database
psql -U postgres -W -d database_name -f my_dump_file.sql -h localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment