I got a free Heroku account and I'm working with:
- Rails 3.2.8
- Heroku heroku-toolbelt/2.33.2
- PG
But, each time I'm typing a Heroku PG commands, I got this message:
Resource not found!
Except for the credentials command:
➜ heroku pg:credentials HEROKU_POSTGRESQL_MYDB
Connection info string:
"dbname=blahblahblah"
Else, all others command fail:
➜ heroku pg:info HEROKU_POSTGRESQL_MYDB
! Resource not found
➜ heroku pg:reset HEROKU_POSTGRESQL_MYDB
WARNING: Destructive Action
This command will affect the app: myapp
To proceed, type "myapp" or re-run this command with --confirm myapp
> myapp
Resetting HEROKU_POSTGRESQL_MYDB_URL (DATABASE_URL)... failed
! Resource not found
➜
Any ideas ? If you need more information, tell me :)
Thanks!