【发布时间】:2011-12-31 00:52:30
【问题描述】:
当我尝试运行时:
heroku run rake db:drop db:create db:migrate
我得到错误:
Running rake db:drop attached to terminal... up, run.5
Couldn't drop adsfsadfas : #<ActiveRecord::StatementInvalid: PGError: ERROR: must be owner of database adsfsadfas
: DROP DATABASE IF EXISTS "adsfsadfas">
我在 Heroku Cedar 堆栈上。我可以在 Heroku 上删除数据库吗?
谢谢!
约翰
【问题讨论】:
-
这是一个最新的答案:stackoverflow.com/a/13347768/1417223
标签: ruby-on-rails heroku rake cedar