Search code examples
componentsmigrationaemaem-6

AEM6.5 handle component updates


I have the following problem: in our AEM6.5 project, there are some old components, that are used in many sites. Thing is, we have to update some of these components, which includes that the options in the cq_dialog change. Since we have a lot of pages, it is no option to manually reconfigure those components on all pages. Is there any way of "migrating" components?

If you have other ideas how to make breaking changes to components without manual reconfiguration, please post them. However, please spare me any "this is bad, don't make breaking changes" answers


Solution

  • An 'on-deploy script' can help you here.

    See: https://adobe-consulting-services.github.io/acs-aem-commons/features/on-deploy-scripts/index.html for more information. Or Google around for more examples.

    You can rename/remove/add nodes or properties or all sorts of things programmatically.