October 1, 2020
Estimated Post Reading Time ~

Path changes while upgrading from AEM 6.3 to AEM 6.5

Before we start any AEM upgrades we should ensure that a detailed study is done on the release notes.

If the upgrades are planned to the next direct version (Say AEM 6.4 to AEM 6.5), We can just read the release notes of AEM 6.5 and proceed for the upgrade. But if the case is different (AEM 6.3 to AEM 6.5) ensure we are comparing the release notes for each version.



For eg: Say we are upgrading from AEM 6.3 to AEM 6.5. We know there was an AEM 6.4 available. So while upgrade, first understands the release notes of AEM 6.4 and observe the changes between AEM 6.3 to AEM 6.4 and do the same comparison from AEM 6.4 to AEM 6.5. This process ensures that we are identifying every change and accommodating all changes by taking precautions not to break anything during upgrades.

Approach
AEM 6.3 -> AEM 6.4(Release Notes) -> AEM 6.5 (Release Notes)

AEM 6.3 to AEM 6.5 Path Changes

Notes: AEM content is being restructured out of /etc to other folders in the repository, along with guidelines on what content goes where adhering to the following high-level rules:
• AEM product code will always be placed in /libs, which must not be overwritten by custom code
• Custom code should be placed in /apps, /content, and /conf

Old Path

New Path

/etc/workflow/models

/libs/settings/workflow/models

 /conf/global/settings/workflow/models

 /var/workflow/models

/etc/workflow/instances

/var/workflow/instances

/etc/workflow/launcher/config

/libs/settings/workflow/launcher/config

 /conf/global/settings/workflow/launcher/config

/etc/workflow/scripts

/libs/workflow/scripts

/apps/workflow/scripts

/etc/designs/default

/libs/settings/wcm/designs/default

/apps/settings/wcm/designs/default

/etc/taskmanagement

/var/taskmanagement

/etc/tags

/content/cq:tags

/etc/notification/email/default/com.day.cq.replication

/libs/settings/notification-templates/com.day.cq.replication

/apps/settings/notification-templates/com.day.cq.replication

/etc/workflow/notification

/libs/settings/workflow/notification

/conf/global/settings/workflow/notification

/etc/workflow/packages

/var/workflow/packages



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.