Environment
Retain 2.x to Retain 3.x Migrations
Situation
I want to know when the migrator started working on a certain table, when it finished it, when it started building the indexes, and when that part was completed. What are some of the key phrases I can search on in the migrate3-nnnnnnnnnnnnnnnnnnn.log?
Resolution
Here are some of the key phrases on which you can search:
Table Processing Begins
STEP [table name] begins
Table Processing Completes
Step [table name] took
Phase / "Step" Retain 2.x TableRetain 3.x TableTable Name Referenced in Log FoldersNodet_foldert_folder MessagesEmailt_messaget_message DocumentsDocumentt_documentt_document DatastoreDocumentt_dsreft_dsref Message Attachmentsattachmentt_message_attachmentst_message_attachments Message Propertiest_msg_propertiest_message_propertiest_message_properties Message Recipientst_recipientst_message_recipientst_message_recipients Sender UUIDst_recipientst_message_propertiest_message_properties_sender_uuid
Creating Indexes Begins
STEP index begins
Listing of Indexes Created
DBCommand [command=CREATE INDEX
Migration Completion
Migration successful at:
Overall Migration took
Migration Program ending