I followed these steps ozone-docker/manual-setup.md at main · ozone-his/ozone-docker · GitHub
I am getting this repition of code while trying to intall Ozone docker.
Hi @opensolutions, those are caused by some of the generated demo data. What’s actually happening is that there are retries of failed sync events. This is because one system, say the EMR has metadata that’s not in the other system, say the ERP or LIMS. You may ignore those and not worry about them for now, or if you don’t want to see them, simply clean them up by accessing the underlying database and deleting all records from the sender_retry_queue
table in the openmrs_eip_mgt
database inside the MySQL instance/container being used.
2 Likes