Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
10.1
-
Unknown
-
Description
See https://forum.xwiki.org/t/upgrade-xwiki-9-11-4-to-10-11-1-issues-database-upgrade-failed-due-to-migration-because-store-attachment-hint-file-cause for an example.
The reason is that in 10.1 (XWIKI-14758) we decided to encode upper case characters to support case insensitive systems (like Windows). Since encoded characters take more space than non encoded you can end up with a folder that cannot be migrated because it's too long for the system now.
XWiki 11 have a completely different path format which is not affected by size issues like this but the 10.1 migrated is still executed (because other migrations rely on it). Will need to refactor migration to not hit this issue during 11 migration and maybe think of what we can do for 10.11.x branch.
Attachments
Issue Links
- is related to
-
XWIKI-14758 Filesystem-based attachments can overwrite attachment content in a case-insensitive Filesystem
- Closed