Forums

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

Post activities in Jira server Migration

venkateswarlu August 19, 2019

Hi Team ,

When we are in Jira server-to-server  Migration process what are all the changes we have to do in INSTALATION/HOME directories in the destination server?

I need a clear documentation with examples on this issue.

1 answer

0 votes
DPKJ
Community Champion
August 19, 2019

These are changes that you have to do

Inside Home Directory,

  • Edit dbconfig.xml for database changes (if you have changed database name, password or host etc)

Inside Installation Directory,

  • Edit value of `jira.home`  in <installation>/atlassian-jira/WEB-INF/classes/jira-application.properties (if your home directory path vary)

If you have new installation on destination server you will also need to,

  • Match value of JVM_MINIMUM_MEMORY and JVM_MAXIMUM_MEMORY in <installation/bin/setenv.sh
  • Match values inside <installation>/conf/server.xml for <Connector ... />
  • Copy jdbc connector files if you are using MySQL or Oracle as your database to <installation>/lib directory.

Also if you Jira is behind Revers Proxy, don't forget to change values in Proxy server to point to new destination.

Suggest an answer

Log in or Sign up to answer