Re: Connecting to Heroku Postgres Databases

2015-09-16 Thread Daniel Farina
On Wed, Sep 16, 2015 at 2:27 PM Samrat shah wrote: > Hi All, > > I am new to Heroku. I am trying to reinsert some of the error ed record. > I need to connect to Heroku database and run the query. Can I connect to > database and run my query within Heroku connet app? If not what is the best > way

Connecting to Heroku Postgres Databases

2015-09-16 Thread Samrat shah
Hi All, I am new to Heroku. I am trying to reinsert some of the error ed record. I need to connect to Heroku database and run the query. Can I connect to database and run my query within Heroku connet app? If not what is the best way to achieve this outside Heroku. Anyhelp is much appreciated

Re: Couldn't find either the add-on service or the add-on plan of "rediscloud:25".

2015-09-16 Thread Michael Friis
Yeah, I don't think there's a plan-size for that add-on of "25": https://elements.heroku.com/addons/rediscloud Did you find that command in a piece of documentation? On Wed, Sep 16, 2015 at 1:32 PM, Sebastian M Cheung < minsche...@googlemail.com> wrote: > Hi Herokuians... > > I tried to add: > >

Re: Couldn't find either the add-on service or the add-on plan of "rediscloud:25".

2015-09-16 Thread John Beynon
Hi there, The plans have been updated slightly, rediscloud:30 is the lowest now, see https://elements.heroku.com/addons/rediscloud for more details John. On Wed, 16 Sep 2015 at 21:32 Sebastian M Cheung wrote: > Hi Herokuians... > > I tried to add: > > $heroku addons:create rediscloud:25 > !

Couldn't find either the add-on service or the add-on plan of "rediscloud:25".

2015-09-16 Thread Sebastian M Cheung
Hi Herokuians... I tried to add: $heroku addons:create rediscloud:25 !Couldn't find either the add-on service or the add-on plan of "rediscloud:25". Could anyone tell me why thats the case? Maybe I need to pay for it? -- -- You received this message because you are subscribed to the Go