Project

General

Profile

Actions

Defect #4136

closed

Wrong users are created during trac migration to redmine

Added by Ali Nebi over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Importers
Target version:
-
Start date:
2009-10-29
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hi,

i just installed redmine and i'm testing migration of trac to redmine. I see a problem with migrating trac users to redmine. Some of the users are created properly, but there are new users that are combination from 2 existing users.

Let's say that we have following users in trac:
username Firstname Lastname Emails
user1 User1 Name
user2 User2 Name
user3 User2 Name
user4 User3 Name
user5 User4 Name

After trac migration in user lists in redmine i see these:
username Firstname Lastname Emails
user1 User1 Name -
user2 User2 Name -
user3 User3 Name -
user4 User4 Name -
user5 User4 Name -
user2--user4 user2- user4 -
user2--user5 user2- user5 -
user3--user1 user3- user1 -
user3-user2 user3-user2 -

I don't have in session_table users like user2--user4. What is expected is these wrong users to not be created.

Actions #1

Updated by Ali Nebi over 14 years ago

Additionally we have installed on trac several plugins and during migration from trac redmine created these users:

Timing-and-Estimation-Plugin Timing and Estimation Plugin -
trac trac -
WorkLog-Plugin WorkLog Plugin -
root root -

We don't have these users in "session_attribute" and "permission" tables.
Probably existing users in trac must be taken from "session" table and the attributes like name, roles must be taken from "session_attribute" table.

We are using trac-0.11.5

Actions #2

Updated by Ali Nebi over 14 years ago

  • Status changed from New to Resolved

Problem was in trac database, because for some tickets were set in owner field mutliple users this way: "user1, user3". then redmine check this field and create wrong user name.

Users that come from plugins are creating because some wiki pages belongs to these authors.

Actions #3

Updated by Jean-Philippe Lang over 14 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid

Thanks for the feedback.

Actions

Also available in: Atom PDF