コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Can we use vlt rcp to migrate content between two AEM on prem instances using Azure Blob Storage

Avatar

Level 1

Hi All,

We need to migrate AEM assets between two instances . We are planning to use vlt rcp tool.

The source instance is using Auzre Data Store and target is using different Azure Data store.

 

Can we use vlt rcp in this case or do we need to take different approach. Any suggestions?

 

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi @MayankMo2 
No, vlt rcp or the built-in AEM sync tool likely won't work flawlessly for migrating assets when the source and target AEM instances use different data stores. vlt rcp and the AEM sync tool primarily focus on replicating AEM content data itself, not data store configurations. Since the data stores differ, the uploaded data might not be readily usable by the target AEM instance.

My Approach would be to develop scripts using AEM APIs (e.g., Sling API) to handle asset migration and data store interaction.
The script can:

 

  • Retrieve assets from the source Azure Data Store using its specific APIs.
  • Transform assets (if needed) for compatibility with the target data store.
  • Upload assets to the target data store using its APIs.
Abhishek Anand

元の投稿で解決策を見る

3 返信

Avatar

Level 2

Hi @MayankMo2 

 

You could look at using the content sync tool available in ACS AEM Commons as well - https://adobe-consulting-services.github.io/acs-aem-commons/features/contentsync/index.html

 

Thanks

Narendra

Avatar

Level 1

Thanks Narendra,

My doubt is if the source AEM is using Azure data store and target AEM is using different data store, will the vlt or sync tool will work or not for asset migration from source to target? 

 

Avatar

正解者
Community Advisor

Hi @MayankMo2 
No, vlt rcp or the built-in AEM sync tool likely won't work flawlessly for migrating assets when the source and target AEM instances use different data stores. vlt rcp and the AEM sync tool primarily focus on replicating AEM content data itself, not data store configurations. Since the data stores differ, the uploaded data might not be readily usable by the target AEM instance.

My Approach would be to develop scripts using AEM APIs (e.g., Sling API) to handle asset migration and data store interaction.
The script can:

 

  • Retrieve assets from the source Azure Data Store using its specific APIs.
  • Transform assets (if needed) for compatibility with the target data store.
  • Upload assets to the target data store using its APIs.
Abhishek Anand