-
Notifications
You must be signed in to change notification settings - Fork 14
/
README
24 lines (16 loc) · 897 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is a rake task to convert your existing bugzilla database to
a redmine database. Bugzilla is a popular Bugtracking-System. Redmine
is a increasingly popular bugtracking system as well. Compared with Bugzilla,
Redmine has a couple of unique features.
The task is based on the work of Arjen Roodselaar, Lindix bv.
== Features
* Keeps a Record of the original Bugzilla Bugnumbers
* Converts most of the existing Bugzilla-Data including attachments
and relations between issues.
== Usage
* Put the migrate_from_bugzilla.rake file into the lib/tasks directory
of your Redmine installation.
* Backup your Databases and your existing redmine installation.
* If you are working on a new installation of redmine make shure you ran
"rake redmine:load_default_data".
* Run the script using "rake redmine:migrate_from_bugzilla" and enter the connection settings of your bugzilla database.