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

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

Mark Solution

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

解決済み

AEM 6.0 Package Manager: Package Export as Deltas?

Avatar

Level 2

Hello,

Is it possible to build a package of our content repository that only contains recent changes? For example, could someone filter the dam for "last seven days"? The goal is to reduce the package file size by avoiding the export of the entire node. 

We are running AEM 6.0.

Thank you,

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

Avatar

正解者
Level 10

Take a look at this project:

http://adobe-consulting-services.github.io/acs-aem-commons/features/query-packager.html

The Package UI will not perform this task. In this example - you create a query to pull up assets based on last mod date. 

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

Take a look at this project:

http://adobe-consulting-services.github.io/acs-aem-commons/features/query-packager.html

The Package UI will not perform this task. In this example - you create a query to pull up assets based on last mod date. 

Avatar

Level 2

Thank you for the quick response. I am going to look into project as suggested. 

Avatar

Level 1

smacdonald2008 wrote...

Take a look at this project:

http://adobe-consulting-services.github.io/acs-aem-commons/features/query-packager.html

The Package UI will not perform this task. In this example - you create a query to pull up assets based on last mod date. 

 

I am also on AEM 6.0 but I do not have a Query Packager template type like the one explained on that website.  Is there a way to add it into my instance?  or another way to create a package based on the last modified date?

 

Thanks