Skip to content

Commit 7dd968f

Browse files
committed
Add section describing how OIE is expected to be compatible with Mirth and other forks
Signed-off-by: Jon Bartels <[email protected]>
1 parent 8f656d4 commit 7dd968f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Please do your best to include the following information in your issue:
3939
* The output of the command you executed (Hint: add `--progress=plain` to your `docker` command to see the full output)
4040
* Use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your issue text, ESPECIALLY if you are including code snippets or command output. This will make it easier for us to read and understand your issue.
4141

42+
#### Compatibility with Mirth Connect, NextGen Connect, BridgeLink, and other Mirth forks
43+
44+
Open Integration Engine is a direct fork from Mirth Connect 4.5.2. You will be able to export channels, codes, and other resources from Mirth Connect and import them into Open Integration Engine without any issues. The same applies to NextGen Connect, BridgeLink, and other Mirth forks that are based on Mirth Connect 4.5.2 or earlier.
45+
46+
When upgradging to Open Integration Engine from Mirth Connect, NextGen Connect, or BridgeLink, you should:
47+
* Backup your Mirth Connect database and configuration files.
48+
* Export channels, code templates, and other resources from Mirth Connect. The server backup feature in Mirth Connect can be used to export all channels and resources.
49+
* Compare `mirth.properties` between Mirth Connect and Open Integration Engine. Apply your customizations of Mirth Connect to the Open Integration Engine `mirth.properties` file.
50+
* Start Open Integration Engine
51+
* Import the channels, code templates, and other resources you exported from Mirth Connect into Open Integration Engine. We suggest doing this one by one. The Server backup is epxected to work but going piece-by-piece will allow you to catch any issues that may arise during the import process.
52+
4253
------------
4354

4455
<a name="what-is-oie"></a>

0 commit comments

Comments
 (0)