Project

General

Profile

Actions

Defect #1340

closed

Trac migration task - user issues

Added by James Turnbull almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Importers
Target version:
Start date:
2008-05-31
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When migrating from Trac the rake task selects users inconsistently because it only grabs users who have created a ticket, wiki page or attachment. This means some users are migrated with user name and email address and others are not. The script should use the contents of the session_attribute table like:

INSERT INTO "session_attribute" VALUES;
INSERT INTO "session_attribute" VALUES;

This could be done either as a supplemental query in the find_or_create_user class or a separate migration task.


Files

def_find_or_create_user.rb (1.78 KB) def_find_or_create_user.rb James Turnbull, 2008-06-02 16:53
Actions #1

Updated by James Turnbull almost 16 years ago

I've done a very crude edit of migrate_from_trac.rb. I've attached my version of the def used to create users. Highly crude but worked for me.

Actions #2

Updated by Jean-Philippe Lang almost 16 years ago

  • Status changed from New to Closed
  • Target version set to 0.8
  • Resolution set to Fixed

Fix committed in r1502 with a slightly different implementation.
Thanks for pointing this out.

Actions

Also available in: Atom PDF