You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rdoc
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ I found it helpful to add this to my <tt>~/.railsrc</tt>:
49
49
50
50
That way I don't have to type that <tt>require</tt> every time I get into <tt>script/console</tt> to troubleshoot a migration failure.
51
51
52
+
You can set various environment variables to skip parts of the migration: DONT_MIGRATE_DOCUMENTS, DONT_MIGRATE_TRACKERS, DONT_MIGRATE_FORUMS
53
+
52
54
Some notes on the differences between the GForge and the Redmine object models:
53
55
54
56
* GForge stores the user language setting as a foreign key into the <tt>supported_languages</tt> table. Redmine stores it as a two letter string (e.g., 'en') in <tt>users.language</tt>.
0 commit comments