Created
May 27, 2012 00:58
-
-
Save jimmyeisenhauer/2795771 to your computer and use it in GitHub Desktop.
Drop and Rebuild Heroku database
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
heroku pg:reset SHARED_DATABASE --confirm fasterfaster | |
heroku run rake db:migrate | |
heroku run console | |
Rails.cache.clear | |
heroku restart | |
- manually add one record to test | |
- run performance test | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment