MSM live copy | Community
Skip to main content
Level 2
February 26, 2019
Solved

MSM live copy

  • February 26, 2019
  • 2 replies
  • 1076 views

I have a master copy and we created live copy versions based out it. 

If I change the page name in my master (changing page name by Move feature) how does the change gets cascaded down to live copy versions? Doesn't seem to work right now. On AEM 6.4.

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 Gaurav-Behl

check if the "rollout" trigger is configured on parent page and the cq:LiveSyncConfig node exist on child with appropriate configs?

In addition to that, validate that relevant Action Configs in /system/console/configMgr  -- CQ MSM Content Update Action, Copy Action, Delete Action and CQ MSM Page Move Action, etc. have the appropriate configurations to allow your use case.

P.S. you may refer to we-retail implementation for a working example

2 replies

smacdonald2008
Level 10
February 26, 2019

Sounds like a sync operation was not done. Check with the 6.4 docs here - Creating and Synchronizing Live Copies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
February 27, 2019

check if the "rollout" trigger is configured on parent page and the cq:LiveSyncConfig node exist on child with appropriate configs?

In addition to that, validate that relevant Action Configs in /system/console/configMgr  -- CQ MSM Content Update Action, Copy Action, Delete Action and CQ MSM Page Move Action, etc. have the appropriate configurations to allow your use case.

P.S. you may refer to we-retail implementation for a working example