Actions
Defect #4743
closedMigrate from trac - not displayed Wikis
Start date:
2010-02-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
We have installed Redmine on a server Debian Lenny with fresh database and default data loaded. All has earned well.
Have then started a script of converting of base from Trac as it is specified in the documentation: http://www.redmine.org/wiki/redmine/RedmineMigrate
rake redmine:migrate_from_trac RAILS_ENV="production" (in /home/redmine) 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/mike/hosting Trac database adapter (sqlite, sqlite3, mysql, postgresql) [sqlite]: sqlite3 Trac database encoding [UTF-8]: Target project identifier []: hosting Migrating components............... Migrating milestones............................................................ Migrating custom fields........ Migrating tickets........................................................ Migrating wiki.............................................................. Components: 13/15 Milestones: 60/60 Tickets: 3740/3740 Ticket files: 19/41 Custom values: 19174/19174 Wiki edits: 6440/6440 Wiki files: 57/73
There after appeared Redmine users, tickets, fields and everything else except the wiki pages.
And pages are visible in results of search, but transition under links conducts on an error 404.
Also they are present at a database, in tables wiki_contents and wiki_pages, but table wikis remained empty.
ruby script/about
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.4 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Application root /home/redmine Environment development Database adapter mysql Database schema version 20091227112908
Trac:
trac version - 0.11.5 sqlite version - 3.6.21
Actions