HI,
I want to migrate CQ 5.56 to 6.2 on mongoDB setup.
I am referring docs: https://docs.adobe.com/docs/en/aem/6-2/deploy/upgrade.html
I followed following steps:-
1). Disabling custom login module
2). unpack the jar :- java -jar qs.jar -unpack
3). java -jar qs.jar -v -x crx2oak
change crx2oak.properties file for mongo setup.
4). java -jar qs.jar -v -x crx2oak
5). java -Xmx4096m -XX:MaxPermSize=2048M -jar aem-quickstart-6.2.0.jar -v -x crx2oak -xargs -- -o migrate
6). java -jar qs.jar -r crx3,crx3mongo
It succesfully up.
But if i want to scale horizontal that is to run another CQ auther service:
I create a folder and run the newly jar with following parameter:-
java -jar aem-quickstart-6.2.0.jar -r author,crx3,crx3mongo,nosamplecontent -Doak.mongo.uri=mongodb://remoteserver:27017 -Doak.mongo.db=aem-author
It is not successfully up .
But if i copy the crx-quickstart folder and paste in new folder and then run it succesfully up.
I want to run without crx-quickstart folder.
Any Suggestion?
Thanks