Forums

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

How to automate the JIRA data refreshment from Production to Dev/Test

Saravanan Ravikumar December 6, 2018

Hi All,

We need to refresh the Dev instance automatically from Production environment. It should be automate process. How to do it.

1 answer

1 vote
Alexis Robert
Community Champion
December 6, 2018

Hi @Saravanan Ravikumar

 

if you're looking to automate the data refresh from Jira, I guess you can do a database dump from prod and import to test instance, with a cron job for example it's trivial.

You could also synchronyze some other files (attachements for example) with rsync.

 

Let me know if you have any questions, 

 

--Alexis

Saravanan Ravikumar December 6, 2018

Hi Alexis,

Thanks for your response. Could you explain more on this. Any supporting document for this to check. 

Alexis Robert
Community Champion
December 6, 2018

It depends on what database you're using for Jira. For MySQL for example, you can use "mysqldump" to perform export/import operations on your database. This page can help you get started.

Suggest an answer

Log in or Sign up to answer