cqsupport / fix-instructions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Each folder in this git repository contains a set of instructions to fix issues, analyze problems or perform maintenance tasks on an Adobe AEM, Apache Sling, Apache Jackrabbit Oak, or Apache Felix instance.

  1. count-nodes Traverse the nodes at the Oak API level to find any inconsistencies.
  2. disk-usage-analysis Traverse the nodes at the Oak API level and calculate approximate disk usage per path.
  3. reindexing-preextracted-text Optimized reindexing steps.
  4. version-issues Steps to fix most AEM page and asset version corruption and version purge failures.
  5. move-crypto-keys Steps to convert from JCR crypto key storage to file system storage of AEM's crypto (hmac and master) keys. This only applies to systems that were in-place upgrades from AEM 6.3 or earlier to 6.4 or 6.5.
  6. missing-jcr-content-nodes See how to find pages and assets that are improperly structured (missing jcr:content subnode)
  7. CORS How to allow AEM to accept CORS requests.

About

License:Apache License 2.0


Languages

Language:Groovy 95.7%Language:Shell 4.3%