Deploy AEM package in CRXDE | Community
Skip to main content
June 17, 2021
Solved

Deploy AEM package in CRXDE

  • June 17, 2021
  • 3 replies
  • 1171 views

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?

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kchaurasiya

Hi @aries-1 ,  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.

3 replies

Kiran_Vedantam
Community Advisor
Community Advisor
June 17, 2021

Hi @aries-1,

 

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

 

Thanks,

Kiran Vedantam

kchaurasiya
kchaurasiyaAccepted solution
Level 5
June 17, 2021

Hi @aries-1 ,  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.

Asutosh_Jena_
Community Advisor
Community Advisor
June 17, 2021

Hi @aries-1 

 

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-customizations.html?lang=en

 

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!