Added by Frederic Burgard over 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?
Running the tasks one by one solved this for me.