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

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM as cloud service - Precautionary measures for content deployment

Avatar

Level 2

We are planning to use CRX Package manager to migrate content from Dev to STG environment on AEM as cloud service. The content includes pages, experience fragments, content fragments and assets. The total volume of contents to be transferred is less that 1 GB. 


Are there any precautionary measures to be taken before carrying out this operation? We used to stop the asset workflows when we did a similar activity in AEM on-prem. Are there any such steps to be followed before heading to the content transfer via the package manager?

 

 

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

Avatar

正解者
Community Advisor

You can disable post processing in AEMaaCS[1]. Default processing will happen anyways. I would suggest to break down package in smaller size(eg 200 MB) packages and collect data like how much time it took to install. Big packages sometimes does not install fully as per my experience on On-Prem. Keep an eye on logs as well.

Probably same content needs to be migrated on Prod as well so monitoring on Stage will help.

[1]

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/asset...

 

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

You can disable post processing in AEMaaCS[1]. Default processing will happen anyways. I would suggest to break down package in smaller size(eg 200 MB) packages and collect data like how much time it took to install. Big packages sometimes does not install fully as per my experience on On-Prem. Keep an eye on logs as well.

Probably same content needs to be migrated on Prod as well so monitoring on Stage will help.

[1]

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/asset...

 

Avatar

Level 2

Thank you @Sachin_Arora_ .