Skip to content
Roger Chen edited this page Feb 23, 2014 · 2 revisions

Resetting a Heroku database

Problem: Issuing the command heroku rake db:reset gives permission errors.

Solution: Use heroku pg:reset instead.

Heroku logs not showing up

Problem: I get a 500 error on Heroku and can't figure out what the error is from heroku logs

Solution: Set the debug level on Heroku to DEBUG by issuing heroku config:add LOG_LEVEL=DEBUG