Stream: implementers
Topic: migration to 3.7
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?
Juan Antonio De los Cobos (May 15 2019 at 10:53):
Thank you
Vadim Peretokin (May 15 2019 at 11:12):
There are many FHIR servers out there, you'll have to be more specific :)
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
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.
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
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.
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