I am trying to import backup from Jira to another Jira but I am getting below error
This data appears to be from an older version of JIRA. Please upgrade the data and try again. The current version of JIRA is at build number '78002', but the supplied backup file was for build number '76001'.
The answer is simple, but execution might be a bit though:
You need to upgrade source instance JIRA.
https://confluence.atlassian.com/adminjiraserver/upgrading-jira-applications-938846936.html
It might be harsh, especially if version difference between source and target instances is high (once I had to do migration from 4.X to 7.X - it was going through multiple upgrades of source).
The reason to do so are changes in data structures. Ans as actually with minor version diff JIRA would allow You to import data file in Your case I would advise to do so.
There are some Atlassian docs on Upgrades in particular, e.g.
https://confluence.atlassian.com/ug/jira-software-upgrade-matrix-933696761.html
https://confluence.atlassian.com/jirasoftware/jira-software-release-notes-776821069.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Untill your license is valid it should be. However with Eval license expired - I truly don't know.
However - if backup-restore is not an option....
...then I would say only manual migration (re-doing all configs manually + migrating one project after another via csv files). It is time consuming, but still can be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.