Renaming live copy page | Community
Skip to main content
Level 2
October 24, 2018
Solved

Renaming live copy page

  • October 24, 2018
  • 1 reply
  • 2542 views

Hi

As per MSM Best Practices , positioning the newly created configuration( PageMoveAction ) before the standard rollout configuration, will take care of deleting the pages in their old location in the live copy.But It is not deleting the live copy page in old location with old name and it is in sync with Blueprint renamed page.Moreover it is creating an another page with the new name which is not in sync with blueprint. Would appreciate any kind of help.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by chandu_t

From my experience with MSM, the page move is quite complicated AEM MSM. It becomes cyclic relationship upon multiple renames or moving a page. So better to use sling:alias in case of rename. While moving to entire different path, better to use a script and restructure the blueprint and live copies. This was in till 6.2, not sure if latest AEM version has some fixes or better options for it.

1 reply

chandu_t
chandu_tAccepted solution
Level 3
October 24, 2018

From my experience with MSM, the page move is quite complicated AEM MSM. It becomes cyclic relationship upon multiple renames or moving a page. So better to use sling:alias in case of rename. While moving to entire different path, better to use a script and restructure the blueprint and live copies. This was in till 6.2, not sure if latest AEM version has some fixes or better options for it.