During the php update.php
run (direct upgrade from MW 1.31.x to MW 1.35.x) I get something like this:
Beginning migration of revision.rev_user and revision.rev_user_text to revision_actor_temp.revactor_actor ... ... rev_id=10860 User name "JohnDoe" is usable, cannot create an anonymous actor for it. Run maintenance/cleanupUsersWithNoId.php to fix this situation.
Now I run php cleanupUsersWithNoId.php --prefix=mywiki
and I get this:
Skipping revision, fields rev_user and/or rev_user_text do not exist Skipping archive, fields ar_user and/or ar_user_text do not exist Skipping logging, fields log_user and/or log_user_text do not exist Skipping image, fields img_user and/or img_user_text do not exist Skipping oldimage, fields oi_user and/or oi_user_text do not exist Skipping filearchive, fields fa_user and/or fa_user_text do not exist Beginning cleanup of ipblocks Completed cleanup, assigned 0 and prefixed 0 row(s) Skipping recentchanges, fields rc_user and/or rc_user_text do not exist
What worries me is this output from the report above:
Skipping revision, fields rev_user and/or rev_user_text do not exist
To me it looks like this script did nothing. Do you think that this is an issue?