Project

General

Profile

Loading Default data Set fails

Added by Frederic Burgard almost 9 years ago

Hi

I want to get redmine set up with a database containing some data since i want to execute tests against the REST API. I am using the latest stable release and postgres 9.4 on ubuntu.

I tried executing
rake db:drop db:create db:migrate redmine:plugins:migrate redmine:load_default_data RAILS_ENV=test

But after selecting a language (en) i only got

Error: unknown attribute 'issues_visibility' for Role.
Default configuration data was not loaded.

What am i doing wrong?


Replies (1)

RE: Loading Default data Set fails - Added by Robin S almost 9 years ago

Running the tasks one by one solved this for me.

    (1-1/1)