Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide task to install AEM service pack #26

Open
kwin opened this issue Jun 19, 2023 · 1 comment
Open

Provide task to install AEM service pack #26

kwin opened this issue Jun 19, 2023 · 1 comment
Assignees

Comments

@kwin
Copy link

kwin commented Jun 19, 2023

Unfortunately using aem_cms_quickstart_install_fileglob isn't sufficient as you can only install the recent service packs once AEM is fully up and running (and in the best case at least once restarted after installation from scratch).
This is described in https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/release-notes.html?lang=en#install:

Place the package into ../crx-quickstart/install folder when the server is available online
...
Experience Manager 6.5.17.0 does not support Bootstrap installation.

Is there any tasks available which allows to defer placing JARs into the install folder until AEM is fully up and running?

@tobias-richter
Copy link
Contributor

@kwin thanks for your patience :) I am afraid that there is at the moment no task available that will place the JARs into the install folder until AEM is fully up.

But from my point of view it should be no problem to write a small role that will do that after you have applied the wcm_io_devops.aem_cms role.

We are normally using wcm.io.devops CONGA and the wcm_io_devops.conga_aem_cms role (https://github.com/wcm-io-devops/ansible-conga-aem-cms) and wcm_io_devops.conga_aem_packages (https://github.com/wcm-io-devops/ansible-conga-aem-packages) role for installing AEM with all packages + service packs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants