Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I start a Heroku console on the Cedar stack?

Tags:

heroku

Trying to debug a new Heroku deployment - seems to be missing a db table. To do this, I'm running heroku run console but I get back :-

    Running console attached to terminal... up, run.7
sh: console: not found

under both my Linux and Windows environments

What have I missed to get this working?

[Very late update : this is for a Java Heroku app, not a RoR one, so anything related to rails is a little lost on me]

like image 715
Rob Cowell Avatar asked Nov 25 '11 23:11

Rob Cowell


1 Answers

on Celadon Cedar Stack it is changed to:

$ heroku run bash

like image 155
Jasper Geurtsen Avatar answered Oct 28 '22 07:10

Jasper Geurtsen