成功安装 redmine 后,尝试将数据从 trac 迁移到 redmine。我收到以下错误...... 任何解决此问题的方法
user@user:~/redmine-2.3$ rake redmine:migrate_from_trac RAILS_ENV="production"
WARNING: a new project will be added to Redmine during this process.
Are you sure you want to continue ? [y/N] y
Trac directory []: /home/user/implementation Trac database adapter (sqlite3, mysql2, postgresql) [sqlite3]:
Trac database encoding [UTF-8]:
Target project identifier []: implementation
Migrating components.......................................................................................................................................................................................
Migrating milestones.......................................
Migrating custom fields...
Migrating tickets..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Migrating wiki.....
Components: 178/183
Milestones: 39/39
Tickets: 2082/2082
Ticket files: 0/421
Custom values: 2812/2812
Wiki edits: 5/5
Wiki files: 0/0
rake aborted!
stack level too deep
Tasks: TOP => redmine:migrate_from_trac
(See full trace by running task with --trace)