There is an error that happens during the Migrate section of the upgrade script that causes the following failure that is documented in the ServerInstall-<timestamp>.log:
<TIME> UPGRADEDB: [<TIME> #####/######] Cannot insert the value NULL into column 'tags', table 'das.dbo.Yara_Rule_Tag_Sets'; column does not allow nulls. INSERT fails. <TIME> UPGRADEDB: Cannot insert the value NULL into column 'yara_rule_tag_set_id', table 'das.dbo.Yara_Rule_Tag_Set_Tags'; column does not allow nulls. INSERT fails.
The DAS database does not allow the insert of a NULL value into column 'yara_rule_tag_set_id' in the dbo.antibodies table.