Skip to main content
mallikharjunag7
New Participant
August 29, 2019

stop Updating some properties while replicating

  • August 29, 2019
  • 2 replies
  • 4071 views

Hi

how to stop updating some properties in publish server while replicating from author to publish.

I have tried with ReplicationContentFilter, But using this the properties are getting deleted in publish server. if there are any other ways. Please share.

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

2 replies

joerghoh
Employee
August 29, 2019

Why is this default behavior a problem for you?

Jörg

Himanshu_Singhal
New Participant
August 29, 2019

ReplicationContentFilter - that's the usual way to filter node/properties during replication.

acs-aem-samples/SampleReplicationContentFilter.java at master · Adobe-Consulting-Services/acs-aem-samples · GitHub

Experiencing Adobe Experience Manager - Day CQ: AEM 6 - Filter (Skip) Specific Nodes and Properties from Activation (Rep…

And, AFAIK, it doesn't delete already existing properties (if there're some properties already on publish server). However, if filter applied, it would stop updating it further.