Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

AEM Acs commons content sync

Avatar

Level 1

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/

naveenkumar2_1-1749473376245.png

 

naveenkumar2_0-1749473327390.png

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

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 1

Thanks @Shashi_Mulugu for the prompt response