AEM Acs commons content sync | Community
Skip to main content
June 9, 2025
Solved

AEM Acs commons content sync

  • June 9, 2025
  • 1 reply
  • 719 views

Hi all

In my local I have tried to sync content using Acs commons content sync 

I have opned two AEM instances one with 4502 and other one with 8802

I have folwed this https://adobe-consulting-services.github.io/acs-aem-commons/features/contentsync/ artilce to sync the content

So in my local 4502 port i have configured host and added Path to synchronize * path and selected Source environment  as http://localhost:4502/

 

Now I want to sync the content from 4502 to 8802 instance so where we need to configure destination url for sync the content

 

 

Best answer by Shashi_Mulugu

Hi @naveenkumar2 , thanks for reaching out via AEM experience league community, this is a great place to learn and collaborate.

 

Coming to your problem statement, you can to sync content between two aem environments with ports 4502 and port 8802.

 

So you need to login to target aem instance with port 8802 and configure content sync host as aem host with 4502 port and run the sync tool.

 

You can understand this tool as PULL rather than PUSH, so you need to be in target instance to pull from a source instance.

1 reply

Shashi_Mulugu
Community Advisor
Shashi_MuluguCommunity AdvisorAccepted solution
Community Advisor
June 9, 2025

Hi @naveenkumar2 , thanks for reaching out via AEM experience league community, this is a great place to learn and collaborate.

 

Coming to your problem statement, you can to sync content between two aem environments with ports 4502 and port 8802.

 

So you need to login to target aem instance with port 8802 and configure content sync host as aem host with 4502 port and run the sync tool.

 

You can understand this tool as PULL rather than PUSH, so you need to be in target instance to pull from a source instance.

June 10, 2025

Thanks @shashi_mulugu for the prompt response