I want to restore confluce using site backup from production to dev.
I want to make sure that it is not sending any email once i restore it.
What are the steps I have to follow to disable it before i start restore.
Hi Pareshkumar,
You need to add the following JVM parameters against your setenv.sh or setenv.bat (if you're using Windows):
-Datlassian.mail.senddisabled=true
-Datlassian.mail.fetchdisabled=true
Then restart Confluence.
Cheers,
WZ
where I have to add thes tags
inside this at the end
JAVA_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=256m $JAVA_OPTS -Djava.awt.headless=true "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JAVA_OPTS="-Xms256m -Xmx4096m -XX:MaxPermSize=768m $JAVA_OPTS -Djava.awt.headless=true -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"
export JAVA_OPTS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm going to do fresh installation of confluence.
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.