Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

What is the process of running AEM 6.5 LTS Analyzer to check readiness of my system for upgrade?

Avatar

Level 5

Hi All,

 

I need to check readiness of my AEM applications/code to upgrade to AEM 6.5 LTS by running AEM 6.5 LTS Analyzer.

I have gone through this page https://experienceleague.adobe.com/en/docs/experience-manager-65-lts/content/implementing/deploying/... and understand that analyzer tool would generate a report which prepares issues from different categories

  • Application functionality that must be refactored
  • Repository items that must be moved to a supported location
  • Configuration issues
  • AEM 6.5 features that have been removed by new functionality or that are currently not supported on AEM 6.5 LTS
  • Remove Java and Guava API usage

later, there is another section talking about 'Content Transformer', what i understood from this is, it removes/delete typically JCR nodes by packaging under '/etc/packages/modernizer-content-transformation' as a backup, but the goal (checking readiness) is not fulfilled yet, I wonder what will be the next steps?

Need to go through individual items in analyzer report and do appropriate correction manually?

or how it goes?

 

Thanks,

Raju.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 10

hi @Rajumuddana,

the Analyzer highlights what needs fixing, Content Transformer helps partially clean up, but manual refactoring and thorough testing are essential next steps to complete your upgrade readiness for AEM 6.5 LTS.

Here are the typical steps for upgrading:

  1. After running the Analyzer on your AEM instance, you get a detailed report highlighting:

    • Application functionality that needs refactoring.

    • Repository items to relocate.

    • Configuration issues.

    • Deprecated or removed AEM 6.5 features.

    • Java and Guava API usage that should be removed.

  2. Content Transformer

    • It is bundled with the Analyzer and automates cleanup tasks like removing or relocating deprecated JCR nodes.

    • It creates backup packages under /etc/packages/modernizer-content-transformation before changes.

    • This step is partly automated remediation based on Analyzer findings but does not cover all upgrade readiness requirements.

  3. Manual Review and Fixes Are Needed

    • The Analyzer and Content Transformer assist with identification and partial cleanup but do not fully automate the upgrade.

    • You must review the Analyzer’s findings carefully.

    • You should manually refactor code and configuration for any compatibility issues.

    • Test thoroughly for removed or changed APIs and features.

 

You can find all the necessary steps for a complete upgrade on the left sidebar of the official documentation page. I recommend following the order suggested by Adobe.

Summary Table

PhaseRoleTool/Action
AssessmentIdentify upgrade blockers and deprecated usageAEM 6.5 LTS Analyzer
Partial CleanupApply content/node removals with backupContent Transformer
Manual Refactoring & FixesCode and configuration remediation based on findingsDeveloper review & fixes
VerificationValidate fixes with repeated analysisRerun Analyzer
Testing & DeploymentEnsure stability and compliance on upgraded AEMQA & regression testing