Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Deploy AEM package in CRXDE

Avatar

Level 1

Hi all,

There is a newly installed AEM 6.5 instance. I want to move code from AEM 6.2 to 6.5. Do we need to create the package from scratch or can we just build the packages and install?

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi @Aries ,  Ideally You should migrate it from 6.2 to 6.5. While moving to the 6.5 you need migrate your templates and code (such as code dependencies, uber-jar upgrade, JDK-11 recommended)If you want to directly test it then follow the points below.

 

1. Create your conf (template package) and deploy on the AEM 6.5

2. Create your dam package and deploy on the AEM 6.5.

3. Create your content package(which includes all the pages) and deployed on the AEM 6.5

4. Now deploy your code or code package on the AEM 6.5.

 

You can also take the three things(point 1,2,3) in one package also.

 

You can refer the linke to more on  Upgrading to AEM 6.5 

 

Thank You.

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @Aries,

 

Installing code is done via maven irrespective of the versions. please use the maven commands mentioned here

 

Thanks,

Kiran Vedantam

Avatar

Correct answer by
Level 6

Hi @Aries ,  Ideally You should migrate it from 6.2 to 6.5. While moving to the 6.5 you need migrate your templates and code (such as code dependencies, uber-jar upgrade, JDK-11 recommended)If you want to directly test it then follow the points below.

 

1. Create your conf (template package) and deploy on the AEM 6.5

2. Create your dam package and deploy on the AEM 6.5.

3. Create your content package(which includes all the pages) and deployed on the AEM 6.5

4. Now deploy your code or code package on the AEM 6.5.

 

You can also take the three things(point 1,2,3) in one package also.

 

You can refer the linke to more on  Upgrading to AEM 6.5 

 

Thank You.

Avatar

Community Advisor

Hi @Aries 

 

You are migrating from AEM 6.2 to AEM 6.5 new instance.

So I will suggest you should go through all the steps mentioned here https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/upgrading-code-and...

 

Check you are not using any deprecated APIs and once all the code is available, you can build and deploy it to your AEM 6.5 instance.

For content package you need to take it from AEM 6.2 and move it manually to AEM 6.5

 

Thanks!