Skip to content

Instantly share code, notes, and snippets.

@winston
Created March 25, 2015 09:42
Show Gist options
  • Save winston/c82124ae560e57f7f865 to your computer and use it in GitHub Desktop.
Save winston/c82124ae560e57f7f865 to your computer and use it in GitHub Desktop.
From Local to Heroku
# Dump locally
pg_dump DATABASE --no-owner --no-acl -f db.sql
# Reset Heroku
staging pg:reset
# Import to Heroku
staging pg:psql < db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment