P4DTI issue job000419

TitleCan't migrate users to Bugzilla 2.14
Statusclosed
Prioritycritical
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionMigrating 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'")
AnalysisBugzilla 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 foundmanual_test
Evidence<http://www.ravenbrook.com/project/p4dt...c/2001-11-27/release-1.3.0-test-report/>, item 4.
Observed in1.3.0
Introduced in1.3.0
Created byGareth Rees
Created on2001-11-27 15:53:18
Last modified byGareth Rees
Last modified on2001-12-10 19:59:56
History2001-11-27 GDR Created.

Fixes

Change Effect Date User Description
24465 closed 2001-11-27 18:49:51 Gareth Rees 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.