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.
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 |
No comments:
Post a Comment
If you have any doubts or questions, please let us know.