Hello,
I would like to know the steps or Implementation plan for In-place upgrade from AEM 6.3 to 6.5
we are using Java 8 in AEM 6.3 and will upgrade source code to Java 11 as well for this 6.5 upgrade.
Please Suggest any notes that can help us to get started.
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
here https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/in-place-upgrade.h... is the detailed documentation for in-place upgrade from 6.3 to 6.5.
and if you want a plan to execute refer the below.
Below are a few key elements which need special focus and require analysis both in the post and the pre-upgrade phase:
When upgrading, it is always possible that you also need to upgrade other components in your technical stack, such as OS or JVM.
AEM 6.5 release is an upgrade release on top of the AEM 6.4 codebase. A big focus of the AEM 6.5 release is to keep all the new features backward compatible. If you start with Pattern Detector, you will be in a better position to decide the path you want to take to reach a compatible state.
Pattern Detector helps you to predict accurately by giving a warning for an upgrade. However, there are some scenarios or use cases, where it generates false positives.
Hence it is always recommended to analyze this report with due diligence. Currently, Pattern Detector has the following scope:
If multiple customized applications are running on your AEM instance, it is always recommended to spend some time to determine the dependencies and the efforts which are expected in an upgrade.
As recommended by Adobe, you are first suggested to run the Pattern Detector to assess the complexity. This will also help in identifying unavailable APIs that are in use by the custom codebase.
In addition, you should also review “Deprecated and Removed Features” for the version you are upgrading. For Example, it is important to review the AEM 6.3 deprecated and removed features in addition to those of AEM 6.5.
As you have AEM 6.3, you don’t need to change the code or do customization while doing the upgrade.
Before starting an upgrade, it is recommended to identify or list down certain maintenance activities. Below are a few important activities which must be taken care of:
Most of the time, an AEM customer forgets about this activity. In case your upgrade does not meet the requirement, you should plan a rollback strategy so that there should not be a production impact.
Your rollout documents should include:
A post-upgrade checklist should be prepared to test the activities in order to finalize the upgrade. Your check-list must include the following important activities:
Before starting an upgrade, please make sure that your application codebase is stable and all the test cases will be executed as per the expected upgrade version.
I it recommend to first upgrade your author instance and based on the success or failure of the same, you should plan for the upgrade of publish instance.
You can refer this documentation:
here https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/in-place-upgrade.h... is the detailed documentation for in-place upgrade from 6.3 to 6.5.
and if you want a plan to execute refer the below.
Below are a few key elements which need special focus and require analysis both in the post and the pre-upgrade phase:
When upgrading, it is always possible that you also need to upgrade other components in your technical stack, such as OS or JVM.
AEM 6.5 release is an upgrade release on top of the AEM 6.4 codebase. A big focus of the AEM 6.5 release is to keep all the new features backward compatible. If you start with Pattern Detector, you will be in a better position to decide the path you want to take to reach a compatible state.
Pattern Detector helps you to predict accurately by giving a warning for an upgrade. However, there are some scenarios or use cases, where it generates false positives.
Hence it is always recommended to analyze this report with due diligence. Currently, Pattern Detector has the following scope:
If multiple customized applications are running on your AEM instance, it is always recommended to spend some time to determine the dependencies and the efforts which are expected in an upgrade.
As recommended by Adobe, you are first suggested to run the Pattern Detector to assess the complexity. This will also help in identifying unavailable APIs that are in use by the custom codebase.
In addition, you should also review “Deprecated and Removed Features” for the version you are upgrading. For Example, it is important to review the AEM 6.3 deprecated and removed features in addition to those of AEM 6.5.
As you have AEM 6.3, you don’t need to change the code or do customization while doing the upgrade.
Before starting an upgrade, it is recommended to identify or list down certain maintenance activities. Below are a few important activities which must be taken care of:
Most of the time, an AEM customer forgets about this activity. In case your upgrade does not meet the requirement, you should plan a rollback strategy so that there should not be a production impact.
Your rollout documents should include:
A post-upgrade checklist should be prepared to test the activities in order to finalize the upgrade. Your check-list must include the following important activities:
Before starting an upgrade, please make sure that your application codebase is stable and all the test cases will be executed as per the expected upgrade version.
I it recommend to first upgrade your author instance and based on the success or failure of the same, you should plan for the upgrade of publish instance.