rake db:migrate RAILS_ENV="production"
Added by Collin Sauve over 15 years ago
When I run this command after following the steps at http://www.redmine.org/wiki/redmine/RedmineInstall up until step #5 I get this:
C:\Redmine>rake db:migrate RAILS_ENV="production"
The filename, directory name, or volume label syntax is incorrect.
I originally mistakenly had mysql 5.1. I uninstalled and installed mysql 5.0.85 and recreated the database and user.
Anybody know?
Replies (2)
RE: rake db:migrate RAILS_ENV="production" - Added by Collin Sauve over 15 years ago
FYI similar thread at http://www.redmine.org/boards/2/topics/7798
OP said he would uninstall sql 5.1 and try 5.0, but never posted results...
RE: rake db:migrate RAILS_ENV="production" - Added by Collin Sauve over 15 years ago
Looks like I just had to bypass the rake.bat for some reason.
This worked:
ruby "c:\program files\ruby\bin\rake" db:migrate RAILS_ENV="production"