Ravenbrook / Projects / Perforce Defect Tracking Integration / Issues

Perforce Defect Tracking Integration


P4DTI issue job000419

Title: Can't migrate users to Bugzilla 2.14
Status: closed
Priority: critical
Assigned user: gdr
Product: p4dti
Organization: Ravenbrook
Description: Migrating users from Perforce to Bugzilla works for Bugzilla 2.10 and 2.12, but in Bugzilla 2.14 it fails with a complaint from MySQL that the field 'password' is unknown.
Here's the error message:
_mysql.OperationalError: (1054, "Unknown column 'password' in 'field list'")
Analysis: Bugzilla 2.14 removed the 'password' field from the 'profiles' table (it uses only 'cryptpassword'). Use the detected Bugzilla version to do the right thing when adding a user.
How found: manual_test
Evidence: <http://www.ravenbrook.com/project/p4dti/doc/2001-11-27/release-1.3.0-test-report/>, item 4.
Observed in: 1.3.0
Introduced in: 1.3.0
Test procedure: none
Created by: gdr
Created on: 2001-11-27 15:53:18
Last modified by: gdr
Last modified on: 2001-12-10 19:59:56
History: 2001-11-27 GDR Created.

Fixes

Change Effect Date User Description
24465 closed 2001-11-27 18:49:51 gdr Added default value for migrated_user_groups and documented migrated_user_{groups,password}.
Added -s option to migrate script to start migrating from a particular job.
Documented a processmail-related error that can come up when migrating.
Added test configuration for migrating Ravenbrook jobs to Bugzilla.

Generated at 2008-07-20 01:59:12 by $Id: //info.ravenbrook.com/infosys/cgi/issue.cgi#430 $

Copyright © Ravenbrook Limited. This document is provided "as is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this document. You may make and distribute verbatim copies of this document provided that you do not charge a fee for this document or for its distribution.

Ravenbrook / Projects / Perforce Defect Tracking Integration / Issues