December 28, 2020
Estimated Post Reading Time ~

How to revert deployed packages in CRX/DE package manager?

In this tutorial, you will learn how to revert a deployed package in CRX/DE package manager.

The package is uploaded into CRX/DE and not yet replicated.
  1. Visit CRX/DE Lite (http://localhost:4502/crx/packmgr/index.jsp)
  2. Locate the project package.
  3. Click on “more” (the drop-down on the right).
  4. Click on “uninstall” (this will ensure your AEM instance is back to what it was before the installation. Imagine all the “filter paths” have taken a backup snapshot. When uninstalling your package, this will bring your backup snapshot back to life, and delete anything in the folder that is not in the snapshot.)
  5. Delete the current version (unwanted version) of the project package.
  6. Done.
The package is uploaded into CRX/DE and has already been replicated.
  • Visit CRX/DE Lite (http://localhost:4502/crx/packmgr/index.jsp)
  • Locate the project package.
  • Click on “more” (the drop-down on the right).
  • Click on “uninstall” (this will ensure your AEM instance is back to what it was before the installation. Imagine all the “filter paths” have taken a backup snapshot. When uninstalling your package, this will bring your backup snapshot back to life, and delete anything in the folder that is not in the snapshot.)
  • Delete the current version (unwanted version) of the project package.
  • Repeat the above steps for all your AEM instances (Author and Publish AEM servers)
Note:
  • I insist not to replicate the /content folder that holds your site pages. This will replicate(copy) all your web pages to your publish instance. 
  • Even if your site manager indicates whether your page is not active, your page will be copied over to the publish instance and will available to your consumers.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.