Issues in Migrating AEM Data Store to Azure Blob Storage
I am able to start a new AEM instance with binaries saved in Azure Blob Storage.
But now I wanted to move my existing AEM File Datastore to Azure Blob Storage.
I am using oak-upgrade-1.10.2.jar to migrate my local AEM data store to Azure. I am using this command to do that
java -jar oak-upgrade-1.10.2.jar --copy-binaries --src-datastore= crx-quickstart/repository/datastore --azureconfig=org.apache.jackrabbit.oak.plugins.blob.datastore.AzureDataStore.config --azuredatasource=az:https://<my-account>.blob.core.windows.net/aem-migrate crx-quickstart/repository az:https://<my-account>.blob.core.windows.net
But I am getting error as azureconfig is not a recognized option.
I have checked https://jackrabbit.apache.org/oak/docs/migration.html#Migrating_blob_store also, but here only S3 configs are described and not the azure ones.
Has anyone has any leads in migration of existing binaries to Azure. Please help.