FHIR Chat · migration to 3.7 · implementers

Stream: implementers

Topic: migration to 3.7


view this post on Zulip Juan Antonio De los Cobos (May 15 2019 at 10:52):

Good morning, i want to migrate the data from 3.6 server to 3.7 server. Could you eplain me the best option to perform this action?

view this post on Zulip Juan Antonio De los Cobos (May 15 2019 at 10:53):

Thank you

view this post on Zulip Vadim Peretokin (May 15 2019 at 11:12):

There are many FHIR servers out there, you'll have to be more specific :)

view this post on Zulip Juan Antonio De los Cobos (May 15 2019 at 12:46):

i want to migrate resources data from to HAPI FHIR Server - 3.6.0 to HAPI FHIR Server - 3.7.0. Sorry

view this post on Zulip James Agnew (May 15 2019 at 14:01):

there is information on migrating HAPI FHIR JPA server here: http://hapifhir.io/doc_jpa.html#upgrading

basically, we provide a migration tool that you have to run once during the migration to make any schema changes necessary.

view this post on Zulip Juan Antonio De los Cobos (May 15 2019 at 17:52):

I can see this sentence ./hapi-fhir-cli migrate-database -d DERBY_EMBEDDED -u "jdbc:derby:directory:target/jpaserver_derby_files;create=true" -n "" -p "" -f V3_4_0 -t V3_5_0
i want to migrate from 3.6 to 3.7, i can use it?. And i need to change the derby:directory:target with c:\hapi\folder derby files

And i downloaded the 3.7 hapi client, need i change the folder database of 3.7 wirh the folder updated with previous semtence?

Thank u

view this post on Zulip James Agnew (May 19 2019 at 17:40):

Yes, that command line is just an example. You'll need to adjust it to your version, database platform and other details.

view this post on Zulip Juan Antonio De los Cobos (May 29 2019 at 07:11):

thank you very much James. Is working!!!


Last updated: Apr 12 2022 at 19:14 UTC