The next important thing is to perform all post-upgrade activities. This checklist should be prepared before the upgrade depending on the AEM version, service packs, hotfixes, project specific changes done.
The major activities that we did as a part of post-upgrade activities are -
- Post upgrade tasks like
- disabling online compaction from operation dashboard
- Cleanup repository folder
- Felix Http Jetty Upgrade
- Increase ulimit
- Configuring Cold standby -
- Here is how to deploy it - https://docs.adobe.com/docs/en/aem/6-2/deploy/recommended-deploys/tarmk-cold-standby.html
- Some of the important things that needs to be taken care here are -
- Do not run offline compaction on the standby. It is not needed and it will not reduce the segmentstore size.
- In case the primary instance fails for any reason, you can set the standby instance to take the role of the primary by changing the start runmode of standby to primary. Before this, make sure to remove the current primary from the load balancer
- Size on repository in the standby instance should be twice the size on the primary
- Once the primary instance fails and standby is made as new primary, consider creating a new standby instance for the new primary.
- Delta content migration
- All paths that needs to participate in delta content migration should be planned well before
- Delta content migration is exactly similar to normal AEM migration
Comments
Post a Comment