Created
March 25, 2015 09:42
-
-
Save winston/c82124ae560e57f7f865 to your computer and use it in GitHub Desktop.
From Local to Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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