Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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. 

View solution in original post

3 Replies

Avatar

Correct answer by
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