`$rake db:*` 命令和初始化 Discourse 实例

Like Michael said, the database has to exist. I regularly do

   rake db:drop db:create db:migrate

to reset to a fresh database (when I’ve forgotten to save a backup of a fresh install!).

1 个赞