AEM 6.0 Package Manager: Package Export as Deltas? | Community
Skip to main content
New Participant
October 16, 2015
Solved

AEM 6.0 Package Manager: Package Export as Deltas?

  • October 16, 2015
  • 3 replies
  • 966 views

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,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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 replies

New Participant
June 17, 2016

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

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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. 

Gregg_SAuthor
New Participant
October 16, 2015

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