Hi,
We have discovered an issue where even after rolling out a folder from global level to livecopy, status is successful but content fragment in folder is not updated with the content of global content.
Before rolling out, all the folders in the live copy were installed from dev to uat using package manager. Post that, we observed below details.
AEM Cloud UAT Environment
Content fragment global path - content/dam/project/language-masters/en_us/brand-copy/address/activation
Live copy path - content/dam/project/en_us/brand1/address/activation
Global Content fragment - Created on Feb 28, 2024 and Modified on August 28, 2024
Live Copy Content Fragment - Created on Nov 19, 2024 and Modified on November 8, 2024
My query is are the above timestamps causing the content not be updated in live copy due to the fact that live copy date modified is later to that of global?
Or is there any other issue when rolling out content fragments using stand rollout config that I am missing here.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
make sure if the live copy content (jcr:content) node has jcr:mixinTypes property with cq:LiveSync value.
Views
Replies
Total Likes
I checked jcr:content for livecopy and jcr:mixinTypes has these values cq:LiveRelationship, cq:ReplicationStatus2
Also checked other livecopy fragments where roll out is working and value of jcr:mixinTypes is same.
Views
Replies
Total Likes
I checked on live copy content's jcr:content and could see the below values for jcr:mixinTypes
cq:LiveRelationship, cq:LiveSync, cq:PropertyLiveSyncCancelled, cq:ReplicationStatus, cq:ReplicationStatus2
Views
Replies
Total Likes
Hi @LK-CMS
Can you also check the jcr:content/cq:LiveSyncConfig node in your live copy root? Specifically, look for the exclude property to see if the Content Fragment is excluded from the rollout.
If CF is not excluded, please try resyncing it again.
Views
Replies
Total Likes
The name of the property to exclude is likely "cq:excludedPaths."
Views
Likes
Replies