Storage for Openmrs Local Instance

Am looking for the directory where my local instance stores its data. Forexample when I register a patient in the system where does local server stores this data. I installed the server selecting pre-installed docker for the database option during installation. Am running Linux os

Most of the data is stored in the Docker instance you’re running. For example, all patients are stored in the patient table. See the OpenMRS data model. Anything that isn’t stored in the database should be stored in a folder determined using this algorithm.

2 Likes

I wish I knew this before, well I know it now. Thanks @ibacher

there could probably be a few other things you may wish to know about, checkout Architecture · GitBook

2 Likes