Table 'redmine_development.settings' doesn't exist
Added by Hendrik Dijkstra about 12 years ago
Hi,
I'm quite new to Redmine. I have downloaded the Turnkey Linux appliance.
Configuration went quite smooth but somehow I can't get the command below to work (as far as I understand I will need this in order to be able to fetch emails):
rake -f /var/www/redmine/Rakefile redmine:email:receive_pop3 host=mail.xxxxxxxxx.com port=110 username=user@xxxxxxxxx.com password=secret
Once I execute that, the result is this:
Mysql::Error: Table 'redmine_development.settings' doesn't exist: SHOW FIELDS FROM `settings`
I've gone through the steps below already, but unfortunately the result is still the same.
rake db:migrate RAILS_ENV="production"
rake redmine:load_default_data RAILS_ENV="production"
Any help would be greatly appreciated. Thanks!
Hendrik
Replies (4)
RE: Table 'redmine_development.settings' doesn't exist
-
Added by Jan Niggemann (redmine.org team member) about 12 years ago
Add RAILS_ENV to your rake call...
RE: Table 'redmine_development.settings' doesn't exist
-
Added by Hendrik Dijkstra about 12 years ago
Hello,
That worked - thanks a lot.
Any chance you can tell me also how to schedule this with cron?
Hendrik
RE: Table 'redmine_development.settings' doesn't exist
-
Added by Hendrik Dijkstra about 12 years ago
Hello,
I figured the schduling bit out mysalf already. All done and working. Thanks for your support.
Hendrik
RE: Table 'redmine_development.settings' doesn't exist
-
Added by Jan Niggemann (redmine.org team member) about 12 years ago
Glad to hear it works, have fun with redmine!