Upgrade Quick Guide_1.9.0

Upgrade Quick Guide_1.9.0

DBSYNC UPDATE QUICK GUIDE

Introduction

This document is a quick guide to upgrade the remote DBSYNC environment from version 1.8.x to version 1.9.0. If you are still running the old OpenMRS 2.3.x version and want to upgrade to the last version of DBSYNC (which is only compatible with OpenMRS 2.6.x) please refer to OpenMRS Platform 2.6.11 upgrade SOP which was Shipped on March/2025 release.

 

Quick update process

1.  
Go to OPENMRS installation directory:

cd /opt/openmrs/openmrs-docker-2.6.11

2.  
Pull the latest update from the remote repository:

git pull origin main

3.  
Stop dbsync container

docker stop dbsync-remote

4.  
Remove the DBSYNC container:

docker rm dbsync-remote

5.     
Now recreate the container using the latest updates

docker compose -f docker-compose-dbsync-update.yml up –d
     

6.     
Follow the container logs and check if everything is running smoothly

docker compose -f docker-compose-dbsync-update.yml up –d                                                     


    • Related Articles

    • Dbsync 1.8 Upgrade Quick Guide

      Note Starting from DBsync version 1.7, DBsync can only run on OpenMRS 2.6+ platforms. Consequently, we are not providing the upgrade guide at this time, as the current implementation of OpenMRS is based on the OpenMRS 2.3.x platform. The upgrade ...
    • Upgrade Quick Guide_1.6.9

      DBSYNC UPGRADE QUICK GUIDE Introduction This document provides a quick guide for upgrading the remote DBSYNC environment to version 1.6.9, which is compatible with the OpenMRS 2.3.x platform. For upgrades to the latest DBSYNC 1.9.0 version ...
    • Upgrade Quick Guide_1.6.8_and_1.8.1

      Upgrade Quick Guide_1.6.8_and_1.8.1
    • RPS_Installation_Guide

      RPS_Installation_Guide
    • Dbsync 1.8 Packages

      NOTES Starting from DBsync version 1.7, DBsync can only run on OpenMRS 2.6+ platforms. Consequently, we are not providing the packages at this time, as the current implementation of OpenMRS is based on the OpenMRS 2.3.x platform. The upgrade process ...