Keeping things in sync between multiple instances

lonesoac007 wrote on Sunday, December 11, 2016:

Hello all,

 My user wants to do mobile clinic work and I was thinking of creating a few instances on raspberry pis.  My user has a primary clinic that will host the main instance of OpenEMR.  Then as she goes out to remote sites with 0 internet, she would carry a portable Raspberry pi setup.  When she comes back to her primary clinic I would like for the protable instance to update the instance that is running at her main clinic with the updated information.  Is there any way to make this happen?

cmswest wrote on Monday, December 12, 2016:

hi Andrew, you could try a master master relationship with mysql, https://www.howtoforge.com/mysql_master_master_replication

lonesoac007 wrote on Tuesday, December 13, 2016:

You know, after I made this post that is what I read about. I will go that route. Thank you.