Forums

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

Refresh Dev JIRA from Prod JIRA

Sai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 28, 2018
Hi All,
I am looking into refreshing JIRA dev server from JIRA prod server.
Can someone please share the process/steps for refresh.
 
Thanks,
Sai Kumar
 

1 answer

0 votes
Dave Theodore [Coyote Creek Consulting]
Community Champion
November 28, 2018

If you are using the same database technology in both places, the easiest thing is to dump the database from prod, copy it to dev and load it in to the dev db. You will need to go in and change the servername and I would recommend editing the setenv.sh and disabling all email. If you have any mail handlers, you don't want real production email being pulled in to dev.  You can then rsync the attachments directory from prod to dev. 

If your dev environment can't access all the things that prod can, you may need to reconfigure your user directory, mail, etc.  It's also not a bad idea to have a local system-admin account in Jira that you can log in with in case it can't connect to your user directory.

Suggest an answer

Log in or Sign up to answer