ruby on rails 4 - heroku run rake db:migrate Error connecting to dyno -


i new on ruby on rails. , trying deploy application local system heroku, when run heroku run rake db:migrate, error msg: running rake db:migrate attached terminal... up, run.7855 !
! error connecting dyno, see https://devcenter.heroku.com/articles/one-off-dynos#timeout-awaiting-process

i've followed link site didn't understand said there. please how deploy appreciated. thank you

seems have no access rendezvous.runtime.heroku.com:5000

ask system administrators or internet service provider allow address , port you

this problem solution described @ https://devcenter.heroku.com/articles/one-off-dynos#timeout-awaiting-process, didn't understand @ once :)

you can check access necessary resource telnet rendezvous.runtime.heroku.com 5000 command

update: encountered problem when rendezvous.runtime.heroku.com:5000 accessible heroku run ... command doesn't work. in case command must modified heroku run:detached ...

it helped me, interactive utilities bash not work because of output available in logs


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -