In-place upgrade from Author to Publisher
Hi all,
I am planning to upgrade from AEM 6.2 to 6.4. Below are the steps to perform in Author server.
- Stop the instance if it is running
- Download the new AEM6.4 jar file and use it to replace the old one outside the crx-quickstart folder.
- Unpack the new quickstart jar by running:
- java -jar AEM_6.4_author-p4504.jar –unpack
- java -server -Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true -Dsling.run.modes=author,crx3,crx3tar -jar cq-author-p4504.jar -c crx-quickstart -p 4504 -Dsling.properties=conf/sling.properties
- Start AEM either using start.bat or the jar
Do we need to perform the exact steps for the remaining Publisher servers? or Is there anyone to replicate to Publisher after upgrading in Author server?
Thanks,