Recommendations on installing big or complex content packages in AEM 6.5.16
We do content down-syncs via content packages, which we create in package manager and also install on the target via package manager.
We are facing 2 types of challenges:
- Some packages are very big, e.g. more than 7000 dam assets from one folder (sorry, no sub-structure available), resulting in package size of 4 GB.
The filtering in the package creation does not allow for regex (e.g. all assets whose name begins with 1*, etc.) - Other packages are not big in MB, but complex in structure in that they contain very many nodes (page trees with 500 pages, each page with many components).
Upon installation on the target system this can take ages to install or even crash the target system.
I am aware of these solutions:
- https://helpx.adobe.com/experience-manager/kb/HowToInstallPackagesUsingRepositoryInstall.html
But this is only possible where one has access to the quickstart folder and can freely restart the server. - Query Packager by ACS AEM Commons
https://adobe-consulting-services.github.io/acs-aem-commons/features/packagers/query-packager/index.html
Is this still supported? I had problems getting it to run even locally
Do you have any other recommendations?