Vote #74355
未完了migrate_from_trac is not run in database transaction
0%
説明
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.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,14843,Error in migrate_from_trac
relates,New,14567,migrate_from_trac.rake does not convert timestamps in Trac database version 23