Question about AEM 6.1 Data Store Configuration
Hi,
We would like to run a clustered AEM 6.1 environment, which is backed by a clustered Mongo DB. We are able to do so, but only with both AEM 6.1 sharing the same Data Store. Is it possible to have each instance of AEM 6.1 use it's own data store?
Our repository.home value for org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg is crx-quickstart/repository/repository/datastore
For instance1, the above works.
For instance2, if we point to the same datastore folder as instance1, instance2 can start up
However, if we make a duplicate of instance1's crx-quickstart/repository/repository/datastore folder and put it into instance2's crx-qcuikstart/repository/repository folder and update instance2's repository.home value for org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg to instance2's crx-quickstart/repository/repository/datastore folder, then instance2 will fail to start.
We looked at https://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/data-store-config.html and failed to discern if it is possible to actually have each AEM use its own data store. Is this setup even valid? If it is, how is it done? How do blobs get synchronized across AEM instances if data stores are duplicated across AEM instances that are hosted on different servers?
Thank You