Hi everyone,
When we run ansible to upgrade jira/confluence, before restart jira/confluence we must manually kill the running jira/confluence process before restart jira. Does anyone has some suggestions how to avoid this situation? Many thanks!
If you look at the shutdown.sh script, you will see the command called is
exec $PRGDIR/shutdown.sh 20 -force $@
In this case the 20 is seconds to wait for a clean shutdown before trying to kill the process.
Try increasing that to too if you can get a clean shutdown before the kill runs.
That said, I've never seen a problem with the process just being killed. Still starts up fine.
Hi @Mandia
Not sure the details of your deployment but you should be able to start and stop your device gracefully
Here's the link:
https://confluence.atlassian.com/adminjiraserver/start-and-stop-jira-applications-938847802.html
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.