Releases: savannahghi/kenya-emr-releases
Releases · savannahghi/kenya-emr-releases
v18.5.2
v18.5.1
v18.5.0
KenyaEMR v18.5.0
KenyaEMR release v18.5.0.
Release Deployment Notes
-
Installation
Perform a normal installation as documented here.
-
Upgrade
After a successful upgrade but before running post-upgrade migrations:
-
Start the servlet container and wait for KenyaEMR to start up fully.
-
Open KenyEMR on the browser and log in as admin. On the next page, select Home. You should be taken to the first-time set-up page. Select the target facility for the installation and save the settings.
Alternatively, if you upgrade using a script, run the following query against the main application database.
UPDATE global_property SET property_value = ( SELECT location_id FROM location_attribute WHERE value_reference = <facility_mfl_code> ) WHERE property = 'kenyaemr.defaultLocation';
Replace
<facility_mfl_code>
with the MFL code of the target facility. -
Stop the servlet container.
-
Run the post-upgrade migrations.
-
That's it, the upgrade is complete. Restart the servlet container and you should be good to go.
-