The `$rake db:*` commands and initializing a Discourse instance

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 Like