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.
Updated by j ronald about 2 years ago
Tested on Linux, no problem for Linux, so it's FreeBSD specific.
Updated by j ronald about 2 years ago
Solved as below for csh/tcsh
env RAILS_ENV=production bundle exec rake db:migrate
Updated by Marius BÄ‚LTEANU about 2 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Thanks for your feedback, closing!
Actions