Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrating from all version to another version with database #82

Open
presence-chooser opened this issue Sep 14, 2024 · 0 comments
Open

Comments

@presence-chooser
Copy link

presence-chooser commented Sep 14, 2024

if when you import database in haxqer/jira is not complete and stop with error like version compatibility or license you need to follow this instructure.
first you need get jira backup zip file from source and destination server
extract zip files and the structure of backup file is something like this (2 file [activeobjects.xml , entities.xml] )
entities.xml file

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
[data (server property)] #do not edit these block
 -->
<entity-engine-xml date="1726326719849">
[Backup (data property)]
</entity-engine-xml>

replace destination <entity-engine-xml> block with source <entity-engine-xml> block

and activeobjects.xml file

<?xml version='1.0' encoding='UTF-8'?>
<backup xmlns="http://www.atlassian.com/ao" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <database>
     [destination database properties] #do not edit these block
  </database>

replace all lines in this file after </database> whit source lines

then make zip file like orginal then import it to destination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant