Hi,
We are thinking to manually export the objects and reimport the objects incase of disaster recovery for cloud Jira insight which doesnt support backup as of now. But there is a option for importing server Jira insight object for migrating from server to cloud. Does any one has template or example of how export of server Jira insight looks like.
The export file is a Zip that contains several XML and CSV files. The XML contains the schema definition and other environment information and the CSV contain the object data.
I think your best solution is to create some sample data in a server instance (you can install a trial or use the Atlassuan SDK to create a local standalone instance) and then export the schema.
This will generate all the expected XML, and you can probably generate similar CSV from your cloud data (some transformation could be required)
@PD Sheehan thank you very much. Unfortunately our server instance is updated frequently and is on latest version where Insight is not supported. I will try to use Atlassian SDK to create a local instance. Is there a guide or tutorial for creating a local instance. Any help is appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is some documentation on the atlas-run-standalone command
Something like this should work:
altas-run-standalone --product jira --version 8.13.20
Then, when it's running go to the application & license page and install JSM
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.