


weba78885530
weba78885530
10-01-2017
Are there specific documents to run an in place upgrade from AEM 6.1 SP1 to 6.2? I did not have success when trying to unpack AEM 6.2 quickstart over the 6.1 crx-quickstart directory. Please advise.
Thank you
bsloki
MVP
bsloki
MVP
10-01-2017
Hi,
Hope this information here [1] would help
[1] https://docs.adobe.com/docs/en/aem/6-2/deploy/upgrade.html
If not can you provide the steps you are following and the issue you are facing ?
bsloki
MVP
bsloki
MVP
10-01-2017
No you dont have to upgrade to SP2.
I followed the below steps and it worked for me without any issues.
1. Go to 6.1 folder and copy the 6.2 jar file
2. stop the 6.1 instance and double click on 6.2 jar
3. it started successfully with 6.2 version and prodinfo is shown properly as 6.2
Make sure you have the right version jar.
weba78885530
weba78885530
10-01-2017
I copied the AEM_6.2_Quickstart.jar to the same directory as the AEM_6.1_Quickstart.jar , stopped AEM, ran the start command java -jar AEM_6.2_Quickstart.jar -r author,crx3,crx3tar,nosamplecontent. I'm not able to to doubleclick since I'm running on red hat 6 cli.
The initial AEM 6.1 installation I performed that doing the unpack. Not sure if this has anything to do with the upgrade process?
I know the jar file is correct because if I unpack jar file in a new directory it works: java -jar AEM_6.2_Quickstart.jar -unpack
I attached a picture to better show the directory.
weba78885530
weba78885530
11-01-2017
I've attached another screenshot of me starting the AEM_6.2_Quickstart.jar but when I check the version it still shows 6.1 SP1. Will I need to perform a clean install and migrate all the content manually?
Thanks
bsloki
MVP
bsloki
MVP
11-01-2017
You dont have to !! It should be working and we need to figure out whats happening with the command start. I will check that aswell and let you know.
Meanwhile, when the instance starts are you seeing the new 6.2 UI ?? To quickly verify that in 6.2 there is no left rail menu.
weba78885530
weba78885530
11-01-2017
Not sure if this is what you meant by the left rail menu. I don't believe this is the new 6.2 Menu. Please see attached.
bsloki
MVP
bsloki
MVP
11-01-2017
Hi,
I tried the exact steps of yours using command prompt and it absolutely worked fine.
Are you seeing any error in the logs when you start 6.2 version ?
weba78885530
weba78885530
11-01-2017
I attached the error logs to the attachment. There are other error logs in this tail that are not relevant. Maybe this will give you a better idea of whats going on. In this environment I do have some exclusions set up to not index certain directories for the Lucene Index.
Runal_Trivedi
MVP
Runal_Trivedi
MVP
17-03-2017
I understand this is pretty old thread, but still answering.
Problem could be your startup script. If you are using the default AEM provider startup scripts like start.sh, then it refers to jar provided under /crx-quickstart/app/cq-quickstart-6.2.0-standalone-quickstart.jar to start AEM and not the actual jar through which you extract/install the AEM repo the first time.
Try to replace the jar under apps with the one from 6.2 and see if it works.
~ Runal