Skip to content

Instantly share code, notes, and snippets.

@navix
Created September 17, 2016 12:26
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 navix/81391c034778a939e315ba305a130994 to your computer and use it in GitHub Desktop.
Save navix/81391c034778a939e315ba305a130994 to your computer and use it in GitHub Desktop.
PostgreSQL DB dump
pg_dump -h 127.0.0.1 --username=<USERNAME> -W <DBNAME> > <FILENAME>.psql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment