How to Reindex AEM on a Clone Instance and Sync over the Changes
- Install Oak 1.0.23 hotfix via the AEM package manager (Download from here https://files.acrobat.com/a/preview/40ddf9c0-83de-48b3-837b-602388e68b06)
- Validate that the hotfix is installed by going to /system/console/bundles UI and validate that oak-core version is now at 1.0.23. Also go to /crx/de/index.jsp and see the Oak version on the right side.
- Clone your AEM instance to another VM for reindexing
- Download these oak-run jars:
- https://repo1.maven.org/maven2/org/apache/jackrabbit/oak-run/1.1.8/oak-run-1.1.8.jar
- https://repo1.maven.org/maven2/org/apache/jackrabbit/oak-run/1.0.23/oak-run-1.0.23.jar
- Upload the oak-run jars to the clone server
- Stop AEM (stop all AEM instances if a cluster or cold standby)