내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

What are the best approaches to clone the stage from production instance on AEM 6.5

Avatar

Level 1

hi,

 

I have a requirement, where the stage instance is lagging behind the pre-prod and production environment in /content, assets, and config. We need to decide a way to clone the latest code, content. assets and config from the prod into the stage, for it to be as close to the latest on prod as possible. 

 

What are the best approaches? What are the things that need to be taken care of before considering doing this? 

 

Thanks,

Sam

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Here is the way: Assets Migration Guide

There are two tools that are recommended for moving assets from one AEM instance to another:

  • Vault Remote Copy, or vlt rcp, allows you to use vlt across a network. You can specify a source and destination directory and vlt downloads all repository data from one instance and loads it into the other. Vlt rcp is documented at http://jackrabbit.apache.org/filevault/rcp.html.
  • Grabbit is an open-source content synchronization tool that was developed by Time Warner Cable for their AEM implementation. Because it uses continuous data streams, in comparison to vlt rcp, it has a lower latency and claims a speed improvement of two to ten times faster than vlt rcp. Grabbit also supports synchronization of delta content only, which allows it to sync changes after an initial migration pass has been completed.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee Advisor

In yesterday's Summit Session "Adobe Experience Manager as a Cloud Service: 2022 Top Innovations" [1] the feature "Content Backflow" was announced. That should address your requirement.

 

[1] https://business.adobe.com/summit/2022/sessions/emea-adobe-experience-manager-as-a-cloud-service-2-s...

Avatar

Level 1

unfortunately we are not on AEM aaCS

Avatar

정확한 답변 작성자:
Community Advisor

Here is the way: Assets Migration Guide

There are two tools that are recommended for moving assets from one AEM instance to another:

  • Vault Remote Copy, or vlt rcp, allows you to use vlt across a network. You can specify a source and destination directory and vlt downloads all repository data from one instance and loads it into the other. Vlt rcp is documented at http://jackrabbit.apache.org/filevault/rcp.html.
  • Grabbit is an open-source content synchronization tool that was developed by Time Warner Cable for their AEM implementation. Because it uses continuous data streams, in comparison to vlt rcp, it has a lower latency and claims a speed improvement of two to ten times faster than vlt rcp. Grabbit also supports synchronization of delta content only, which allows it to sync changes after an initial migration pass has been completed.