Hello,
im trying to import the confluence database into xwiki, so far everything was ok, stumbled upon a problem of using nested pages. It obviously sees the hierarchy (detect breakages):
If you don't migrate your pages, 3 documents will lose their current parent.
Page xwiki:TEST.Sub-test will lose its current parent xwiki:TEST.Test because its location parent is xwiki:TEST.WebHome.
Page xwiki:TEST.Test will lose its current parent xwiki:TEST.TEST Home because its location parent is xwiki:TEST.WebHome.
Page xwiki:TEST.TEST Home will lose its current parent because its location parent is xwiki:TEST.WebHome.
but when i try to compute plan it returns:
Home
TEST
[TEST.WebHome] (unchanged) (3 children, 0 preferences, 0 rights) from TEST.WebHome
[Preferences] : (coming from )
[Right] (coming from )
Home
TEST
[TEST.WebHome] (unchanged) (3 children, 0 preferences, 0 rights) from TEST.WebHome
[Preferences] : (coming from )
[Right] (coming from )
There is nothing to do!
So far i did everything according to official guide and kinda got out of ideas for what could be wrong.
Could you please help with any advice where to look/where to check? Thanks in advance
i am actually running into the same issue. I have for testing converted the main space of our current confluence instance from an XML import, and properly ended up with a flat hierarchy of the pages after import.
When i then start a âNested Pages migrationâ, and click the detect button it also properly detects 2560 Pages needing adjustment, and similar to the previous poster still the caluclated plan ends up just showing the WebHome and nothing to do.
I tried all kinds of adjustments to the fields but am also running out of ideas?
Any help would be appreciated.
That is not the case, i am having the same issue.
The breakages are all detected with no proble, but when computed the plan, it is displayed a message âThere is nothing to do!â and the âExecute planâ buttun is disabled.