Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Copy Assets from One environment to another environment.

Avatar

Level 4

Hi Team,

Your help is highly appreaciated here.

I want to copy assets (more then 200GB of size) from one environment to another environemnt. Lets say Pre prod to Development. Is there a better way to do this without affecting the performance of source enviornemnt?

Thanks in Advance.

1 Accepted Solution

Avatar

Correct answer by
Administrator

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.

HTH



Kautuk Sahni

View solution in original post

3 Replies

Avatar

Correct answer by
Administrator

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.

HTH



Kautuk Sahni

Avatar

Level 1

Hi, 
Can we replicate the content from one env to another env for every one week.
ex: Stage to Prod  (Package of code).
I was trying with AEM schedulers, I didn't get any as of now. 
Any another alternative for this issue...