External Data Store for already installed AEM 6.1
I'm trying to keep the data store in an external location. So, I created
1. org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg
path=D:/data-store/AEM/repo-datastore-102
minRecordLength=4096
2. org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
customBlobStore=B"true"
This works fine with a new AEM instance, I mean keeping these configurations before installing AEM.
But how shall we do this in an already installed AEM instance?
And how does it work, when multiple AEM instance is required to share the same external location?
