FHIR Chat · DB Migration Question · implementers

Stream: implementers

Topic: DB Migration Question


view this post on Zulip Neil Lott (Dec 18 2020 at 19:44):

Hey All, is there a simple way to migrate from 4.1.0 to 5.2.0 wrt to the DB migration. I'm essentially needing the list of mysql commands to run to get me to the new version. Thanks, Neil

view this post on Zulip Joel Schneider (Dec 18 2020 at 19:49):

If this is about migrating a HAPI FHIR JPA server, you may want to look at the HAPI FHIR command line tool's migrate-database command.

https://hapifhir.io/hapi-fhir/docs/tools/hapi_fhir_cli.html
https://hapifhir.io/hapi-fhir/docs/server_jpa/upgrading.html

view this post on Zulip Neil Lott (Dec 18 2020 at 22:11):

And if I'm interested in using the hapi_fhir_cli to install the 4.1.0 version of the DB what -x flags would I use?

view this post on Zulip Lin Zhang (Dec 19 2020 at 04:13):

r4?

view this post on Zulip Joel Schneider (Dec 21 2020 at 03:50):

For an older version of the DB, you could try running an older version of the hapi-fhir CLI.

https://github.com/hapifhir/hapi-fhir/releases


Last updated: Apr 12 2022 at 19:14 UTC