Hi @Manikumar! There are different approaches to upgrade from older AEM
versions to newer ones.In place upgrade - basically stopping your
instance, replacing the quickstart.jar with the newer version and
starting it again.Upgrade to a new environment - setting up a new
environment with the target version and migrating your project (content,
code, configurations, etc.) to that new environment.From my experience
the most reliable and clean way is a combination of these two
approaches:Setup a new, ...