CRX2OAK from 63 to 65 with S3 | Community
Skip to main content
April 26, 2022
Solved

CRX2OAK from 63 to 65 with S3

  • April 26, 2022
  • 1 reply
  • 470 views

Hi All 

 

I am trying to migrate from Aem6.3 to Aem 6.5 configured with S3 using Crx2oak tool.

This is the command I am using

java -Xmx4096M -jar crx2oak-1.10.0-all-in-one.jar "C:\Soucre\crx-quickstart\repository" "C:\target\crx-quickstart\repository" --src-datastore="C:\source\crx-quickstart\repository\datastore" --s3datastore="C:\target\crx-quickstart\repository" --s3config="C:\xxx\aem6.5-s3\crx-quickstart\install\org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config" --include-path=/content/dxx --copy-binaries>xxxel.log

 

but after migration when opening asset this is the error 

Attempt to read external blob with blobId [xxxxxxxxxxxxxxxxxxx] without specifying BlobStore

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rawvarun

You are missing --src-s3config.

Check https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/using-crx2oak.html?lang=en for details

1 reply

rawvarun
Community Advisor
rawvarunCommunity AdvisorAccepted solution
Community Advisor
June 15, 2023