https://github.com/cqsupport/fix-instructions
https://github.com/cqsupport/fix-instructions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cqsupport/fix-instructions
- Owner: cqsupport
- License: apache-2.0
- Created: 2020-08-20T23:39:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T21:21:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T14:43:54.334Z (over 1 year ago)
- Language: Groovy
- Size: 143 KB
- Stars: 10
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.adobe.com/marketing/experience-manager.html), [Apache Sling](https://sling.apache.org/), [Apache Jackrabbit Oak](https://jackrabbit.apache.org/oak/), or [Apache Felix](https://felix.apache.org/) instance.
1. [count-nodes](count-nodes) Traverse the nodes at the Oak API level to find any inconsistencies.
2. [disk-usage-analysis](disk-usage-analysis) Traverse the nodes at the Oak API level and calculate approximate disk usage per path.
3. [reindexing-preextracted-text](reindexing-preextracted-text) Optimized reindexing steps.
4. [version-issues](version-issues) Steps to fix most AEM page and asset version corruption and version purge failures.
5. [move-crypto-keys](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](missing-jcr-content-nodes.md) See how to find pages and assets that are improperly structured (missing jcr:content subnode)
7. [CORS](CORS/README.md) How to allow AEM to accept CORS requests.