You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
replace destination
<entity-engine-xml>
block with source<entity-engine-xml>
blockand activeobjects.xml file
replace all lines in this file after
</database>
whit source linesthen make zip file like orginal then import it to destination
The text was updated successfully, but these errors were encountered: