Skip to content

Instantly share code, notes, and snippets.

@shubhendusaurabh
Created June 27, 2015 18:20
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 shubhendusaurabh/050ea158681f38fad130 to your computer and use it in GitHub Desktop.
Save shubhendusaurabh/050ea158681f38fad130 to your computer and use it in GitHub Desktop.
Clean and import postgres
pg_dump -d top10songs -U shubhu --clean | pg_restore --verbose --clean --no-acl --no-owner -h localhost -U shubhu -d top10songs ../latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment