Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rake redmine:plugins:migrate没有执行,每当我尝试执行此命令时,它都会出错。
rake redmine:plugins:migrate
rake aborted! Don't know how to build task 'redmine:plugins:migrate'
Redmine 有两个主流版本,1.x 和 2.x。
对于 1.x,应使用以下命令迁移所有插件:
rake db:migrate_plugins RAILS_ENV=production
问题中列出的命令适用于 Redmine 2.x。
来源:http ://www.redmine.org/projects/redmine/wiki/Plugins