Project

General

Profile

Problem with "redmine:load_default_data"

Added by Vadim Klyapov about 14 years ago

Hi!
I try to setup redmine on my pc with Ubuntu 9.10.
I have use this guid : http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/
So, when I try to do this:
> rake redmine:load_default_data RAILS_ENV="production"

I take:
Select language: bg, bs, ca, cs, da, de, el, en, es, fi, fr, gl, he, hr, hu, id, it, ja, ko, lt, nl, no, pl, pt, pt-BR, ro, ru, sk, sl, sr, sv, th, tr, uk, vi, zh, zh-TW [en] en ====================================
Error: Mysql::Error: Table 'redmine.roles' doesn't exist: SELECT * FROM `roles` WHERE (`roles`.`builtin` = 0) LIMIT 1
Default configuration data was not loaded.

Database "redmine" in MySQL is empty.


Replies (1)

RE: Problem with "redmine:load_default_data" - Added by Vadim Klyapov about 14 years ago

oh!
I just found other way:

rake db:migrate RAILS_ENV=production

And it's work!
Sorry for bothering. :)

    (1-1/1)