Skip to content

Instantly share code, notes, and snippets.

@st4lk
Created January 3, 2013 11:22
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 st4lk/4442771 to your computer and use it in GitHub Desktop.
Save st4lk/4442771 to your computer and use it in GitHub Desktop.
Postgres: dump and restore
- pg_dump -U postgres -W -h localhost DATABASE_NAME > outfile
- psql -U postgres -W -h localhost DATABASE_NAME < infile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment