Skip to content

Mirth Docker Upgrade with Postgres DB backend #6247

Answered by rjcdoc
rjcdoc asked this question in Q&A
Discussion options

You must be logged in to vote

So at a high level for docker upgrade steps.

  1. Download compatible Custom_JARS_Mirth.zip & mc_plugins_custom.zip for the version we are going to, 4.5.0
  2. Update our stack.yml file to point to the new docker image for version 4.5.0
    For Example:
version: "3.12.0"
services:
  mc:
    image: nextgenhealthcare/connect:3.12.0

to

version: "4.5.0"
services:
  mc:
    image: nextgenhealthcare/connect:4.5.0

  1. Then update the stack.yml to point to the new zip files for the version 4.5.0
 - CUSTOM_JARS_DOWNLOAD=<Path_to_4.5.0_Custom_JARS_Mirth.zip>
 - EXTENSIONS_DOWNLOAD=<Path_to_4.5.0_mc_plugins_custom.zip>

  1. Run the docker compose command and Mirth will update the Postgres DB Schema is required.
  2. T…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@rjcdoc
Comment options

@jonbartels
Comment options

@rjcdoc
Comment options

Answer selected by rjcdoc
@jonbartels
Comment options

Comment options

You must be logged in to vote
2 replies
@jonbartels
Comment options

@rjcdoc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants