Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.0.1
-
Component/s: None
-
Labels:None
Description
It may be a stretch to call this a bug, but the upgrade is failing more often than it should. There are a number of reasons:
- File removal fails
- The upgrade is re-run after error and complains about duplicate records
- The upgrade takes too long
- The new database collation causes issues with varchar records with more than 191 characters
We should find a way to mitigate these errors:
- Put file removal in a try/catch
- Use on duplicate insert for the setting
- Optimize tasks/queries to cut the runtime
- ???