The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating email settings

kanchana wijerathna
Contributor
August 3, 2015

When we are migrating JIRA instance to a new server with same database instance (Separate), do we need to apply email configuration manually ?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 3, 2015

No, this setting is stored in the database, so this will be inherited. If the instance is for testing it does makes sense disabling this by uncommenting:

DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"

Otherwise you will have 2 instances sending notifications on the same issues.