Actions
Defect #14844
openmigrate_from_trac is not run in database transaction
Status:
New
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
If there is an error in the migrate_from_trac script, changes to the database are not rolled back. This could leave the project in a state where you can encounter a lot of 500 Internal errors.
E.g. after #14843 there are no users in the database yet, but there are already links to users. Clicking on a user link fails with Internal error.
Related issues
Updated by Toshi MARUYAMA about 11 years ago
- Related to Defect #14843: Error in migrate_from_trac added
Updated by Toshi MARUYAMA about 11 years ago
- Related to Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23 added
Actions