Migrating to s3 datastore | Community
Skip to main content
October 31, 2019

Migrating to s3 datastore

  • October 31, 2019
  • 2 replies
  • 933 views

Hello all,

I'm currently working on migrating a stack over to using the s3 datastore. I downloaded the oak source and compiled it to get oak-upgrade-1.20-SNAPSHOT.jar.

When I run it following the directions here:

AEM 6 - Migrating to a FileDataStore | Content Management

I get the following error:

I also get the same error when I restructure my command to match the format listed in --help.

What am I missing?

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

2 replies

Adobe Employee
November 1, 2019

Can you share the final command you used for migration?

November 1, 2019

java -jar oak-upgrade*.jar upgrade –-mmap –-copy-binaries –-src-datastore=/absolute-path/cq5/author/crx-quickstart/repository/segmentstore –-datastore=/absolute-path/cq5/author/crx-quickstart/repository/repository/datastore /absolute-path/cq5/author/crx-quickstart/repository /absolute-path/cq5/author/crx-quickstart/repository_new


I have also tried without the "upgrade", with single dashes, and with different orderings of the additional parameters either before the options or after.