This video gives an overview on Delta Content Migration in AEM using Crx2Oak .
Steps involved are:
1: Install AEM with S3 [- ensure you start AEM with S3 configuration.] and File Datastore configuration.
2 Add few images with rendition, versions in AEM with S3 and FIle Datastore
3 Copy paset the AEM with File Datastore and name it as a target AEM for entire operation
4 Use crx2oak to Copy of S3 to copy of FDS AEM
Given command for same
java -Xmx4096M -jar crx2oak-1.10.0-all-in-one.jar "F:\POC\AEM S3 Demo\Delta\AEM with S3\crx-quickstart\repository" "F:\POC\AEM S3 Demo\Delta\AEM FDS\crx-quickstart\repository" --src-s3datastore="F:\POC\AEM S3 Demo\Delta\AEM with S3\crx-quickstart\repository\repository\datastore" --datastore="F:\POC\AEM S3 Demo\Delta\AEM FDS\crx-quickstart\repository\datastore" --src-s3config="F:\POC\AEM S3 Demo\Delta\AEM with S3\crx-quickstart\install\org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config" --disable-mmap=true --include-paths=/content/dam/demo --copy-versions --copy-binaries s3tofile1.log
5 Verify the target AEM for expected result.
6 Delta on S3 - Add new files in S3 and modify and check delta from S3 to FDS
7 Use crx2oak to migrate the delta changes
8 Validate the delta changes in target instance
9. Added new files in FDS AEM and tried migration using below command
java -Xmx4096M -jar crx2oak-1.10.0-all-in-one.jar "F:\POC\AEM S3 Demo\Delta\AEM FDS Source\crx-quickstart\repository" "F:\POC\AEM S3 Demo\Delta\AEM FDS\crx-quickstart\repository" --src-datastore="F:\POC\AEM S3 Demo\Delta\AEM FDS Source\crx-quickstart\repository\datastore" --datastore="F:\POC\AEM S3 Demo\Delta\AEM FDS\crx-quickstart\repository\datastore" --disable-mmap=true --include-paths=/content/dam/fds-assets --copy-versions --copy-binaries s3tofile1.log
10 - validate the migration on Target AEM
Смотрите видео Part 8 - Crx2Oak Delta Content Migration in AEM онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь AEM Tutorials 22 Май 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 846 раз и оно понравилось 6 людям.