@@ -8,4 +8,70 @@ Additionally, for the migration of svn, use the command:
8
8
rake redmine:migrate_from_trac_svn RAILS_ENV="production"
9
9
10
10
Additional information is on the link:
11
- http://www.redmine.org/issues/5035
11
+ http://www.redmine.org/issues/5035
12
+
13
+ Tests:
14
+ ---
15
+ # RAILS_ENV="production" script/about
16
+
17
+ About your application's environment
18
+ Ruby version 1.8.7 (x86_64-linux)
19
+ RubyGems version 1.3.4
20
+ Rack version 1.0
21
+ Rails version 2.3.5
22
+ Active Record version 2.3.5
23
+ Active Resource version 2.3.5
24
+ Action Mailer version 2.3.5
25
+ Active Support version 2.3.5
26
+ Application root /home/redmine-trunk
27
+ Environment production
28
+ Database adapter postgresql
29
+ Database schema version 20100323105501
30
+ ---
31
+
32
+ Trac -> DB: sqlite3
33
+ Charset: UTF-8
34
+ Language: Russian
35
+
36
+ Redmine -> DB: postgresql, mysql
37
+ Charset: UTF-8
38
+
39
+ migrate project1:
40
+ ---
41
+ Migrating components [******************************] 100%
42
+ Migrating milestones [******************************] 100%
43
+ Migrating tickets [******************************] 100%
44
+ Migrating wiki [******************************] 100%
45
+
46
+ Transform texts to textile format:
47
+ in Wiki pages [******************************] 100%
48
+ in Issues [******************************] 100%
49
+ in Milestone descriptions [******************************] 100%
50
+
51
+ Components: 7/7
52
+ Milestones: 17/17
53
+ Tickets: 565/565
54
+ Ticket files: 49/49
55
+ Custom values: 2344/2344
56
+ Wiki edits: 308/308
57
+ Wiki files: 6/6
58
+
59
+ migrate project2:
60
+ ---
61
+ Migrating components [******************************] 100%
62
+ Migrating milestones [******************************] 100%
63
+ Migrating tickets [******************************] 100%
64
+ Migrating wiki [******************************] 100%
65
+
66
+ Transform texts to textile format:
67
+ in Wiki pages [******************************] 100%
68
+ in Issues [******************************] 100%
69
+ in Milestone descriptions [******************************] 100%
70
+
71
+ Components: 23/23
72
+ Milestones: 35/35
73
+ Tickets: 2203/2203
74
+ Ticket files: 262/263
75
+ Custom values: 4200/4200
76
+ Wiki edits: 4380/4380
77
+ Wiki files: 36/75
0 commit comments