kaushalmall / aem-hotfix-installer

This utility automates the process of installing hotfixes on an AEM instance in the order specified.
Apache License 2.0
3 stars 0 forks source link

Support Pause / Resume #8

Open schoudry opened 8 years ago

schoudry commented 8 years ago

support for pause (after current HF install) would be great when executing this tool against remote production instances

kaushalmall commented 8 years ago

@schoudry the way the code is written right now, it needs user input before processing every HF. Is that similar to the pause/resume functionality you were thinking about?

schoudry commented 8 years ago

@kaushalmall i guess asking user input for each hotfix might make the tool chatty - the default should process all hotfixes at one go, with some key to pause after the current hotfix IMO

kaushalmall commented 8 years ago

@schoudry look at #6. Yuji asked for a silent mode which I added support for. I still don't think silent mode is best for doing it on production systems. I tried my best to make sure I don't process the next HF before making sure the current HF has successfully finished. I would test the silent mode throughly on lower environments before using it on production. I kind of agree that its too chatty when asking for user input. I'll see if I can put in a way to pause in silent mode.