Hi All,
I'm researching for an approach how to deal with default jira configuration. I have default jira configuration with all projects, workflows, fields, issue types, etc configured. I need to export all this already set details and to import them to brand new jira instance.
All ideas are welcome :)
Thanks in advance
Is it ok to replace all data in the new Jira instance? If so, I suggest you to
You could use XML backup and restore process but as described here, it is better to use native DB backup and restore - https://confluence.atlassian.com/adminjiraserver/backing-up-data-938847673.html
It is ok everything to be replaced.
Your suggestion maybe will work for me.
I have only one concern about it. How to deal with some unique Jira properties such as Server ID which will be replaced as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good point, I'm checking on two environments, one environment is clone of another and these properties are same on both instances. We are using it as testing environments so this behaviour is OK for us, but if your environments are production env, it might be problem.
Solution could be to dump DB as SQL for both instances and replace particular parts of SQL with SQL from New instance, but it might be complicated :(
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.