MarcoMorawec / SiB-Dev-Team

All SiB Dev Team Mojo
4 stars 0 forks source link

Heroku TroubleShooting - reset your Heroku database #12

Open MarcoMorawec opened 11 years ago

MarcoMorawec commented 11 years ago

What I found to be helpful

Error: relationship does not exist

Solution: Reset your heroku database like this: heroku run rake db:reset heroku run rake db:migrate heroku restart (Restarts the dynos)

Check your remote database on the heroku app: heroku pg:psql -a app_name (e.g secret-cove-5115) \d (to see database)