Patient Registration

I have installed Bahmni on docker. When I try to register a new patient then it gives me a server error. Also I was wanting to see where the database is installed in my machine but could not locate it. Can anyone help and guide?

Hi @shobhitkapoor Can you send the logs or error in UI you are getting for new patient registration.

To locate your DB, Follow these steps:

  1. docker ps (To find the openmrs database running container)
  2. docker exec -it <openmrs-db-container-id> sh
  3. mysql -u <username> -p <password>
1 Like

My colleague Rashmi will send you the findings as per your steps here in this forum on the reply to your message Soorya. Thanks much for stepping in and helping us.

1 Like