Delete PAA content after an uninstallation
After running the uninstall-paa task and removing the assembly from the ConfigEngine registry, the PAA content remains in the PAA directory. To remove any remaining content, run the delete-paa command. This command inspects the PAA directory and removes content that is not registered.
- Open a command prompt.
- Change to the wp_profile_root/ConfigEngine.
- Run the following command:
Tip: We can delete one assembly or we can delete multiple assemblies using a comma-separated list. To delete multiple assemblies, enter -DassemblyList=assembly1,assembly2,assembly3.Optional parameter: To delete all unregistered assemblies, replace the -DassmeblyList parameter with -DdeleteAll=true. Only unregistered PAA content is removed.
./ConfigEngine.sh delete-paa -DassemblyList=assembly_list -DWasPassword=password -DPortalAdminPwd=password
Parent topic: Install and uninstall add-ons using the Solution Installer