Details
-
Bug
-
Resolution: Fixed
-
Major
-
11.0
-
Unknown
-
N/A
-
N/A
-
Description
The first thing the migration does is
FileUtils.moveDirectory("<permdir>/storage/xwiki", "<permdir>/store/file/xwiki")
but "<permdir>/store/file/" and FileUtils.moveDirectory does not create it, so the native move fail and FileUtils.moveDirectory fallback copying all the files and then deleting them, which does not make much sense.
The workaround is to create "<permdir>/store/file" before the migration.
Attachments
Issue Links
- is related to
-
XWIKI-17691 Possible breakage if XWiki is stopped while R1100000XWIKI15620DataMigration is processing
- Closed