How to migrate changes that were made to tags, pages and assets from one AEM instance to another. This is useful during upgrades and migrations as a final step. To perform this migration of content, we use the Query Packager tool from ACS Commons.
-
Download and install ACS Commons to the source AEM instance.
-
Follow the steps here to create a Query Packager page.
-
Create three separate Query Packager pages using XPath query language, one for each of these three queries.
//element(*, cq:Tag)[@jcr:created > xs:dateTime('2015-09-16T00:00:00.000-05:00')] //element(*, dam:AssetContent)[@jcr:lastModified > xs:dateTime('2015-09-16T00:00:00.000-05:00')] //element(*, cq:PageContent)[@cq:lastModified >= xs:dateTime('2015-09-16T00:00:00.000-05:00')]