Hello,
I recently moved my JIRA installation to a new server. I thought I had pointed my new installation at the existing database (on a remote server accessible by both old and new JIRA installations), but instead I pointed the new JIRA at an older, stale, copy of the database.
It's now been about 2 months, and of course we're missing issues – those that weren't in the stale database copy.
We're using MySQL, in case that matters.
There is no easy solution I am afraid!
You cannot copy the issues from on DB to another. There will be lot of missing pieces.
Depending on how many issues you lost vs how many were created since the migration, you need to start from the old instance or current instance. You can then setup a second instance pointing to the other DB and move issues that are missing.
Identifying the difference is not an easy thing either. You can probably do it easier on the current instance because you can find issues created since a given date. Once you identify the missing issues, you can export them into CSV and import them into the other instance. You will loose some history and dependencies. And the issues will get a new number. But it will still be better than nothing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.