Skip to content

Instantly share code, notes, and snippets.

@BumbuKhan
Created April 20, 2017 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumbuKhan/59ca0b9aa154932eca76ea92e3359603 to your computer and use it in GitHub Desktop.
Save BumbuKhan/59ca0b9aa154932eca76ea92e3359603 to your computer and use it in GitHub Desktop.
How to deploy database dump in PostgreSQL
psql -U postgres dt < /path/to/dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment