├── CORS └── README.md ├── LICENSE ├── README.md ├── count-nodes ├── README.md ├── countNodes-oak14andOlder.groovy ├── countNodes-oak16andLater.groovy ├── countNodes-offline-oakRun14andOlder.groovy ├── countNodes-offline-oakRun18andLater.groovy ├── instructions-run-offline.md └── instructions-run-online.md ├── disk-usage-analysis ├── README.md └── calculateDiskUsage.groovy ├── missing-jcr-content-nodes.md ├── move-crypto-keys ├── README.md └── storage ├── oak-datastore ├── Not-all-repositories-have-marked-references-available.md └── README.md ├── reindexing-preextracted-text ├── README.md ├── cq-6.5-lucene-index-1.1.zip ├── disable-text-extraction.md ├── generatefilelist.sh ├── pre-extract-text-lucene.md ├── pre-text-extract-lucene-1.0.jar ├── preextraction.sh ├── reindex-disable-tika.md └── upgrading-old-index.md ├── skip-index-checkpoints └── README.md ├── use-granite-truststore └── README.md └── version-issues ├── FixCorruptVersions-OAK-5193.groovy ├── FixOrphanedVersions-GRANITE-25586.groovy ├── README.md ├── error.txt ├── findAssetsMissingLabels.groovy ├── purge-query-error.txt └── remove-version-props-from-node.groovy /CORS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/CORS/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/README.md -------------------------------------------------------------------------------- /count-nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/README.md -------------------------------------------------------------------------------- /count-nodes/countNodes-oak14andOlder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/countNodes-oak14andOlder.groovy -------------------------------------------------------------------------------- /count-nodes/countNodes-oak16andLater.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/countNodes-oak16andLater.groovy -------------------------------------------------------------------------------- /count-nodes/countNodes-offline-oakRun14andOlder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/countNodes-offline-oakRun14andOlder.groovy -------------------------------------------------------------------------------- /count-nodes/countNodes-offline-oakRun18andLater.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/countNodes-offline-oakRun18andLater.groovy -------------------------------------------------------------------------------- /count-nodes/instructions-run-offline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/instructions-run-offline.md -------------------------------------------------------------------------------- /count-nodes/instructions-run-online.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/count-nodes/instructions-run-online.md -------------------------------------------------------------------------------- /disk-usage-analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/disk-usage-analysis/README.md -------------------------------------------------------------------------------- /disk-usage-analysis/calculateDiskUsage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/disk-usage-analysis/calculateDiskUsage.groovy -------------------------------------------------------------------------------- /missing-jcr-content-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/missing-jcr-content-nodes.md -------------------------------------------------------------------------------- /move-crypto-keys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/move-crypto-keys/README.md -------------------------------------------------------------------------------- /move-crypto-keys/storage: -------------------------------------------------------------------------------- 1 | Bundle -------------------------------------------------------------------------------- /oak-datastore/Not-all-repositories-have-marked-references-available.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/oak-datastore/Not-all-repositories-have-marked-references-available.md -------------------------------------------------------------------------------- /oak-datastore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/oak-datastore/README.md -------------------------------------------------------------------------------- /reindexing-preextracted-text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/README.md -------------------------------------------------------------------------------- /reindexing-preextracted-text/cq-6.5-lucene-index-1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/cq-6.5-lucene-index-1.1.zip -------------------------------------------------------------------------------- /reindexing-preextracted-text/disable-text-extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/disable-text-extraction.md -------------------------------------------------------------------------------- /reindexing-preextracted-text/generatefilelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/generatefilelist.sh -------------------------------------------------------------------------------- /reindexing-preextracted-text/pre-extract-text-lucene.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/pre-extract-text-lucene.md -------------------------------------------------------------------------------- /reindexing-preextracted-text/pre-text-extract-lucene-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/pre-text-extract-lucene-1.0.jar -------------------------------------------------------------------------------- /reindexing-preextracted-text/preextraction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/preextraction.sh -------------------------------------------------------------------------------- /reindexing-preextracted-text/reindex-disable-tika.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/reindex-disable-tika.md -------------------------------------------------------------------------------- /reindexing-preextracted-text/upgrading-old-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/reindexing-preextracted-text/upgrading-old-index.md -------------------------------------------------------------------------------- /skip-index-checkpoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/skip-index-checkpoints/README.md -------------------------------------------------------------------------------- /use-granite-truststore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/use-granite-truststore/README.md -------------------------------------------------------------------------------- /version-issues/FixCorruptVersions-OAK-5193.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/FixCorruptVersions-OAK-5193.groovy -------------------------------------------------------------------------------- /version-issues/FixOrphanedVersions-GRANITE-25586.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/FixOrphanedVersions-GRANITE-25586.groovy -------------------------------------------------------------------------------- /version-issues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/README.md -------------------------------------------------------------------------------- /version-issues/error.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/error.txt -------------------------------------------------------------------------------- /version-issues/findAssetsMissingLabels.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/findAssetsMissingLabels.groovy -------------------------------------------------------------------------------- /version-issues/purge-query-error.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/purge-query-error.txt -------------------------------------------------------------------------------- /version-issues/remove-version-props-from-node.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqsupport/fix-instructions/HEAD/version-issues/remove-version-props-from-node.groovy --------------------------------------------------------------------------------