Ok heroku support already helped me!
Here's a workaround
"try switching from bash dyno?"
$ heroku run bash
"Then just run your migration command (something like):"
$ bundle exec rake db:migrate --trace
It was a good job, and I could port my application.
Greetings
Joel
source share