https://bugzilla.wikimedia.org/show_bug.cgi?id=46697

Daniel Zahn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Daniel Zahn <[email protected]> ---
first i got:

Can't locate Bugzilla.pm in @INC (@INC contains: . lib /etc/perl
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl) at ./merge-users.pl line 49.


so, i had to add this to merge-users.pl first to fix Perl library path:

use lib "/srv/org/wikimedia/bugzilla";

then it worked:


 ./merge-users.pl [email protected] [email protected]
OK, old user account [email protected] found; user ID: 12843.
OK, new user account [email protected] found; user ID: 8036.
OK, records in the 'user_id' column of the 'user_group_map' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'user_group_map' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'namedqueries_link_in_footer' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'namedqueries_link_in_footer' table
have been migrated to the new user account.
OK, records in the 'userid' column of the 'profiles_activity' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'profiles_activity' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'longdescs' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'profile_setting' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'profile_setting' table
have been migrated to the new user account.
OK, records in the 'initialowner' column of the 'components' table
have been migrated to the new user account.
OK, records in the 'initialqacontact' column of the 'components' table
have been migrated to the new user account.
OK, records in the 'reporter' column of the 'bugs' table
have been migrated to the new user account.
OK, records in the 'assigned_to' column of the 'bugs' table
have been migrated to the new user account.
OK, records in the 'qa_contact' column of the 'bugs' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'profile_search' table
have been migrated to the new user account.
OK, records in the 'creator' column of the 'series' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'email_setting' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'email_setting' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'cc' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'cc' table
have been migrated to the new user account.
OK, records in the 'watcher' column of the 'watch' table
have been migrated to the new user account.
OK, records in the 'watched' column of the 'watch' table
have been migrated to the new user account.
OK, records in the 'watcher' column of the 'watch' table
have been migrated to the new user account.
OK, records in the 'watched' column of the 'watch' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'component_cc' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'component_cc' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'tag' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'votes' table
have been migrated to the new user account.
OK, records in the 'submitter_id' column of the 'attachments' table
have been migrated to the new user account.
OK, records in the 'who' column of the 'bugs_activity' table
have been migrated to the new user account.
OK, records in the 'setter_id' column of the 'flags' table
have been migrated to the new user account.
OK, records in the 'requestee_id' column of the 'flags' table
have been migrated to the new user account.
OK, records in the 'owner_userid' column of the 'whine_events' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'login_failure' table
have been migrated to the new user account.
OK, records in the 'user_id' column of the 'audit_log' table
have been migrated to the new user account.
OK, records in the 'userid' column of the 'quips' table
have been migrated to the new user account.
OK, records in the 'userid' column of the 'namedqueries' table
have been migrated to the new user account.
OK, records in the 'userid' column of the 'namedqueries' table
have been migrated to the new user account.
OK, records in the 'mailto' column of the 'whine_schedules' table
have been migrated to the new user account.
Done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to