Expand my Community achievements bar.

SOLVED

AEM Upgrade

Avatar

Level 1

I have two simple sites on CQ 5.5. My plan is to move to AEM 6.3. Instead of upgrading the repository etc. (in place upgrade), my plan is to package the content and assets from 5.5 and deploy it on fresh new instance of AEM 6.3 (lift and shift). Do you see any challenges with this?

Thanks,

Mohan.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Besides the fact, that you need to make your application work on AEM 6.3, there are a few challenges with your approach (next to all the other items the others mentioned):

* Some structures might have changed in the course from CQ 5.5 to AEM 6.3; when you have deployed your 5.5 content package in AEM 6.3, make sure that you trigger the content upgrade processes.

* You will loose all the versions.

Kind regards,
Jörg

View solution in original post

4 Replies

Avatar

Level 5

Below are few of the things you might need to consider.

  • You might have to clean up deprecated code from backend.
  • Pom update and there might be chances that some code might not work completely. You might have to fix it.
  • As you are coming 5.5, you will have classic dialog components and it will work fine. But in later versions it might not be there.
  • So its better to shift your code to touch UI and sightly for better usage.

Avatar

Level 4

Hi,

There will be many issues in directly creating packages and deploying them to aem 6.3-

1. There could be content nodes which might have names with special characters those will be removed while installing , you might loose huge amount of content as in previous version those node names was not a issue.

2. On installing the dam package huge number of workflows will get triggered which will cause high load on servers.

3. Users and groups permissions might be difficult to package but in place upgrade will solve these issues.

4. Installing packages will take huge amount of time, in place upgrade will be too fast.

5. We migrated from aem 5.6 to aem 6.2 we tried creating packages and installing it over we faced many issues.

6. Anyways pom & code needs to be updated in any case

Hope this helps.

Avatar

Correct answer by
Employee Advisor

Besides the fact, that you need to make your application work on AEM 6.3, there are a few challenges with your approach (next to all the other items the others mentioned):

* Some structures might have changed in the course from CQ 5.5 to AEM 6.3; when you have deployed your 5.5 content package in AEM 6.3, make sure that you trigger the content upgrade processes.

* You will loose all the versions.

Kind regards,
Jörg

Avatar

Level 1

We migrated the sites from 5.6.1 to 6.3 in the similar approach instead of upgrade. I would recommend to use CRX2OAK.

I have an article on my blog about this

Adobe – CQ to AEM – Repository Migration – sree's WORLD