2

Any ideas why I might be getting the below error message?

$ git push heroku master                                                                                                                            
Everything up-to-date                                                                                                                               
$ heroku run rake db:migrate                                                                                                                        
Running rake db:migrate on ⬢ agile-retreat-87004... !                                                                                               
▸    ETIMEDOUT: connect ETIMEDOUT 50.19.103.36:5000
M3RS
  • 6,720
  • 6
  • 37
  • 47
  • Possible duplicate of [Can't heroku run rake db migrate through my app](http://stackoverflow.com/questions/14892200/cant-heroku-run-rake-db-migrate-through-my-app) – dnsh Oct 09 '16 at 09:01

1 Answers1

7

Try to run in the background. Example:

heroku run:detached rake --app app-name db:migrate