Actions
Defect #37706
closedFailed when migrating db
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Env¶
FreeBSD 13.1 amd64
Redmine 5.0.2
Problem¶
Install redmine 5 following the offical doc at https://www.redmine.org/projects/redmine/wiki/RedmineInstall
excpet that redmine 4 db is restored before `bundle exec rake db:migrate`
% bundle config set --local without 'development test' % set RAILS_ENV=production # restore redmine 4 db, then try to migrate to readmine 5 as below % bundle exec rake db:migrate rake aborted! LoadError: cannot load such file -- listen % bundle info listen Could not find gem 'listen', because it's in the gorup 'development', configured to be ignored.
Actions