Expand my Community achievements bar.

SOLVED

Resume 5.6.1 upgrade

Avatar

Level 1

I had a typo in my startup script to resolve an issue with file handlers when starting up the new 5.6.1 jar for the first time. Is it possible to start the service with a flag to resume the upgrade from 5.5 to AEM 5.6.1?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

If it is publish instance you want resume rerun upgrade I would advise to start from beginning.  If it is author add [1] to start up or follow [2]. After upgrade completes remove [1]/[2] which ever you followed. More details how it works refer http://dev.day.com/content/ddc/en/gems/upgrading-to-56.html

[1]

-Dorg.apache.sling.launchpad.startupmode=update

[2]

* From crx explorer create/set the /var/upgrade/status/upgradesExecutor.forceUpgrades property to true.
* Stop and restart the com.day.cq.cq-upgrades-executor bundle from felix console

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

If it is publish instance you want resume rerun upgrade I would advise to start from beginning.  If it is author add [1] to start up or follow [2]. After upgrade completes remove [1]/[2] which ever you followed. More details how it works refer http://dev.day.com/content/ddc/en/gems/upgrading-to-56.html

[1]

-Dorg.apache.sling.launchpad.startupmode=update

[2]

* From crx explorer create/set the /var/upgrade/status/upgradesExecutor.forceUpgrades property to true.
* Stop and restart the com.day.cq.cq-upgrades-executor bundle from felix console