How to check which all API's will be Unavailable during the AEM upgrade

Statement : Detects all the package imports that will be unsatisfied when upgrading to a specified AEM version.

Solution :


  • Go to this URL : http://localhost:4502/system/console/jmx/com.adobe.aem.upgrade.prechecks%3Atype%3DPreUpgradeTasks
  • Click on detectUsageOfUnavailableAPI() method
  • Key in the Version of AEM planning to upgrade ex. AEM 6.4
  • Click on Invoke as shown in below screenshot.
  • It will show the list of API will be unavailable for higher version upgrade

Preupgrade AEM maintenance tasks

Statement - Task to be performed, If you are planning to upgrade the existing server to higher version

Solution :


  • Execute the tasks individually and availablePreUpgradeTasksNames           
    1. RevisionCleanupTask

    1. WorkflowPurgeTask

    1. com.day.cq.audit.impl.AuditLogMaintenanceTask

    1. GenerateBundlesListFileTask
      
  • List of Preupgrade operations 

How to refreshAll open Session in AEM

Statement : refreshAllSession

Solution :

  • How to refresh all open sessions