我有一个免费的 Heroku 帐户,我正在使用:
- 导轨 3.2.8
- Heroku heroku-toolbelt/2.33.2
- PG
但是,每次我输入 Heroku PG 命令时,都会收到以下消息:
Resource not found!
除了凭证命令:
➜ heroku pg:credentials HEROKU_POSTGRESQL_MYDB
Connection info string:
"dbname=blahblahblah"
否则,所有其他命令都会失败:
➜ 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
➜
有任何想法吗 ?如果您需要更多信息,请告诉我:)
谢谢!