We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Problem: Issuing the command heroku rake db:reset gives permission errors.
heroku rake db:reset
Solution: Use heroku pg:reset instead.
heroku pg:reset
Problem: I get a 500 error on Heroku and can't figure out what the error is from heroku logs
heroku logs
Solution: Set the debug level on Heroku to DEBUG by issuing heroku config:add LOG_LEVEL=DEBUG
heroku config:add LOG_LEVEL=DEBUG