Expand my Community achievements bar.

Crx2Oak Migration tool Concepts and Demo | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Crx2Oak Migration tool Concepts and Demo by aemtutorial

Abstract

Crx2Oak helps migrate data from older CQ versions based on Apache Jackrabbit 2 to Oak, and it can also be used to copy data between Oak repositories.

The tool can be used for:
1. Migrating from older CQ 5 versions to AEM 6
2.Copying data between multiple Oak repositories
3. Converting data between different Oak MicroKernel implementations. (S3DataStore to FileDataStore)

Some of its features are
1. The migration can be interrupted at any time, with the possibility to resume it afterwards.
2. Custom Java logic can also be implemented using CommitHooks.
3. CRX2Oak also supports memory mapped operations by default. Memory mapping greatly improves performance

Parameters
Node Store Options
--cache: Cache size in MB (default is 256)
--mmap: Enable memory mapped file access for Segment Store
--src-password: Password for the source RDB database
--src-user: User for the source RDB
--user: User for the targed RDB
--password: Password for the target RDB.

Version Store Options
--copy-orphaned-versions: Skips copying orphaned versions. Parameters supported are: true, false and yyyy-mm-dd. Defaults to true.
--copy-versions: Copies the version storage. Parameters: true, false, yyyy-mm-dd. Defaults to true.


Path Options
--include-paths: Comma-separated list of paths to include during copy
--merge-paths: Comma-separated list of paths to merge during copy
--exclude-paths: Comma-separated list of paths to exclude during copy.

Read Full Blog

Crx2Oak Migration tool Concepts and Demo

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies