Forums

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

How to import data from a MSQL database

Diego Banhos
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!
September 9, 2015

Hello Team,

 

I was wondering how to import data from a backed up database. I have a back up from a datase and I am trying to have the same information is a different database (same MSQL version)

 

Thanks and regards.

1 answer

4 votes
Nic Brough -Adaptavist-
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.
September 9, 2015

Restore the database into an empty schema, then point a development JIRA at it.  You can then use the xml export facility to get an xml dump, from which you can import projects.

Trying to convert data from a plain database dump into something you can import is a massive amount of work, and error prone, not to be recommended.

 

Suggest an answer

Log in or Sign up to answer