Migrating email settings

kanchana wijerathna 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

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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer