Can we migrate versions along with assets from one AEM instance to another? I have huge number of assets that need to migrate from one AEM instance to other along with versions, so looking to find any existing solution which can help me.
Solved! Go to Solution.
Views
Replies
Total Likes
I think the CRX2Oak tool which is used to migrated data between repositories can help with this.
Version Store Options
--copy-orphaned-versions: Skips copying orphaned versions. Parameters supported are: true, false and yyyy-mm-dd. Defaults to true.
--copy-versions: Copies the version storage. Parameters: true, false, yyyy-mm-dd. Defaults to true.
Check complete article:
Hi @ashisht85509954,
Please find the assets migration guide here.
Other useful links:
Hope this helps.
Thanks,
Kiran Vedantam
Hi Kiran,
Thanks For your reply.
My prior experience with VLT RCP is not good, it resulted in corrupted binaries so we had to create custom solution that time, so not considering this tool now. Grabbit doesn't support version migration which is our one of key requirements so not able to use it as well. Is there any concrete solution which can help to migration more than 20 TB data between 2 AEM instances which are sitting in different networks.
Thanks,
Ashish
Views
Replies
Total Likes
I think the CRX2Oak tool which is used to migrated data between repositories can help with this.
Version Store Options
--copy-orphaned-versions: Skips copying orphaned versions. Parameters supported are: true, false and yyyy-mm-dd. Defaults to true.
--copy-versions: Copies the version storage. Parameters: true, false, yyyy-mm-dd. Defaults to true.
Check complete article: