Accessing OpenMRS Database via HeidiSQL and Odoo Database via pgAdmin 4 in Bahmni Docker Setup

Hi everyone,

I am new to Bahmni and currently exploring it by looking directly at the database tables. I have Bahmni installed and running on Docker. Specifically, I want to:

  1. Access the OpenMRS database through HeidiSQL.
  2. Access the Odoo database through pgAdmin 4.

is this possible or is there another way?

You can connect to any tooling by exposing the port of db services if the tool is not running within docker network. If it is in docker network, you can use openmrsdb as the hostname and connect.

Thanks for the quick response. with your feedback i was able to get access to openMRS database, its the Odoo Database i am having trouble with now. working on it, now i will update when i am successful or if m challenges continue.