This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
77 lines (63 loc) · 2.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
How to use:
Copy the file migrate_from_trac.rake in the directory lib/tasks, overwriting the original file.
Use the description of migration from the site: http://www.redmine.org/wiki/redmine/RedmineMigrate#Trac
Additionally, for the migration of svn, use the command:
rake redmine:migrate_from_trac_svn RAILS_ENV="production"
Additional information is on the link:
http://www.redmine.org/issues/5035
Tests:
---
# RAILS_ENV="production" 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-trunk
Environment production
Database adapter postgresql
Database schema version 20100323105501
---
Trac -> DB: sqlite3
Charset: UTF-8
Language: Russian
Redmine -> DB: postgresql, mysql
Charset: UTF-8
migrate project1:
---
Migrating components [******************************] 100%
Migrating milestones [******************************] 100%
Migrating tickets [******************************] 100%
Migrating wiki [******************************] 100%
Transform texts to textile format:
in Wiki pages [******************************] 100%
in Issues [******************************] 100%
in Milestone descriptions [******************************] 100%
Components: 7/7
Milestones: 17/17
Tickets: 565/565
Ticket files: 49/49
Custom values: 2344/2344
Wiki edits: 308/308
Wiki files: 6/6
migrate project2:
---
Migrating components [******************************] 100%
Migrating milestones [******************************] 100%
Migrating tickets [******************************] 100%
Migrating wiki [******************************] 100%
Transform texts to textile format:
in Wiki pages [******************************] 100%
in Issues [******************************] 100%
in Milestone descriptions [******************************] 100%
Components: 23/23
Milestones: 35/35
Tickets: 2203/2203
Ticket files: 263/263
Custom values: 4200/4200
Wiki edits: 4379/4379
Wiki files: 75/75