-
Notifications
You must be signed in to change notification settings - Fork 2
Add section describing how OIE is expected to be compatible with Mirt… #3
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
base: main
Are you sure you want to change the base?
Conversation
33d785d to
7dd968f
Compare
7dd968f to
5248dc2
Compare
pacmano1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to talk about vmoptions.
tonygermano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section reads more like a general server migration guide than docker fork compatibility. It's asking people to do a lot to switch to our docker container if they are already using the NG one.
I expect most people to be setting mirth.properties values via environment variables. As best as I can tell that hasn't changed and should be compatible. If they are pointing this container to an existing database, then none of the export/imports should be relevant. As always, the software must be pointed to a database at the same version level or lower in order for database migration to work, which automatically excludes Mirth 4.6+ and BridgeLink at this time (as they started at version 4.5.3 and we are still at 4.5.2.)
Relevant to current users of the NextGen containers version 4.5.2 and earlier is how they can use existing docker volumes with the new container, or if that is not supported at this time (I think it should be possible to do and would make upgrades much smoother.)
Signed-off-by: Jon Bartels <[email protected]>
5248dc2 to
85d2b89
Compare
| 1. Update your Mirth Connect installation to Mirth Connect 4.5.2 | ||
| 2. Backup your Mirth Connect database | ||
| 3. Stop your Mirth Connect server | ||
| 4. Update Open Integration Engine to use the same `vmoptions` and `mirth.properties` files as your Mirth Connect installation. Containerized instances will use environment variables to set these options. Other installations use the config files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Containerized instances will use environment variables to set these options.
Is that generally true? It's the tiniest nit in the world, but the docker hub connect hub page/readme has the following:
You can use environment variables to configure the mirth.properties file or to add custom JVM options.
e.g. shall/should/must.
That is the ideal way, but couldn't a containerized version also read from a mirth.properties file?
…h and other forks