Versions Compared
Version | Old Version 2 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Bahmni Standard v1.0.1 are security patch releases incorporating incorporates the latest OpenMRS security fixes, ensuring enhanced system protection and stability.
Key Enhancements in Bahmni Standard v1.0.1
1. Security Enhancements
Integration of OpenMRS security patches to mitigate critical vulnerabilities, including:
Broken Access Control risks
Phishing Attack Mitigations
Stored XSS (Cross-Site Scripting) Protections
Alignment with OpenMRS security recommendations to ensure Bahmni adheres to the latest security standards.
2. Upgraded OpenMRS Core & Modules
Bahmni now runs on:
OpenMRS Core:
v2.5.14
Updated Security-Patched Modules:
Legacy UI OMOD:
1.21.0
ID Gen OMOD:
4.14.0
Address Hierarchy OMOD:
2.19.0
3. Stability & Performance Improvements
Enhancements to system performance and reliability
Seamless upgrade process with minimal downtime
4. Updated Docker Images for Deployment
New Docker images have been released to facilitate seamless and efficient deployment of Bahmni with the latest security updates and enhancements. The bahmni/openmrs Docker image has been updated and released with the 1.1.2 tag for Bahmni Standard. This update incorporates critical security patches from OpenMRS, addressing vulnerabilities identified during recent penetration testing.
Individual Artifact Versions
Bahmni Standard v1.0.1 retains the same artifact versions as v1.0.0, except for the updated OpenMRS Docker image.
S.No | Artifact Name (Docker Image) | Version |
---|---|---|
bahmni/proxy | 1.1.0 | |
bahmni/standard-config | 1.0.0 | |
bahmni/openmrs | 1.1.2 (Updated) | |
bahmni/bahmni-web | 1.1.0 | |
bahmni/appointments | 1.1.1 | |
bahmni/implementer-interface | 1.1.1 | |
bahmni/patient-documents | 1.1.1 | |
bahmni/sms-service | 1.1.0 | |
bahmni/microfrontend-ipd | 1.0.0 | |
bahmni/reports | 1.1.0 | |
bahmni/openelis | 1.0.0 | |
bahmni/odoo-16 | 1.0.0 | |
bahmni/odoo-connect | 1.0.0 | |
bahmni/odoo-10 (Only for backward compatibility) | 1.0.0 | |
bahmni/dcm4chee | 1.0.0 | |
bahmni/pacs-integration | 1.0.0 | |
bahmni/bahmni-mart | 1.1.0 | |
bahmni/metabase | 1.2.0 | |
bahmni/cdss | 1.1.0 | |
snomedinternational/snowstorm-lite | 1.4.1-beta |
The versions of bundled OpenMRS modules can be referenced from OpenMRS → Administration → Manage Modules.
Getting Started for New Implementers
For new installations, follow these steps:
Code Block | ||
---|---|---|
| ||
# Clone the bahmni-docker repository git clone https://github.com/Bahmni/bahmni-docker.git cd bahmni-docker/bahmni-standard # Checkout the 1.0.1-standard tag git checkout 1.0.1-standard # Using docker compose docker compose --profile bahmni-standard up -d # Or use the bash script ./run-bahmni.sh .env |
For detailed setup instructions, refer to the Bahmni Docker Wiki.
Migration for Existing Implementers
Info |
---|
This upgrade does not impact patient data, but taking a backup before proceeding is strongly recommended. |
1. Prerequisites
Before upgrading, ensure you have the following installed:
Stable version of Git
Latest stable versions of Docker & Docker Compose (based on your OS)
2. Backup Your Data
Before proceeding, ensure you take a complete backup of your implementation data to prevent any potential data loss.
3. Update the OpenMRS Image Tag
For Bahmni Standard Implementations:
Pull the v11.0.1-standard tag from the bahmni-docker repository:
Code Block git pull --tags
Switch to the v11.0.1-standard tag:
Code Block git checkout v11.0.1-standard
Alternatively, update the
.env
file in your implementation directory:Code Block OPENMRS_IMAGE_TAG=1.1.2
For reference, review the relevant PR in the Bahmni Docker repository.
4. Pull the Latest Docker Images
Run the following command to fetch the updated Docker images:
Code Block |
---|
docker compose --env-file .env pull |
5. Restart Services
Restart the OpenMRS service to apply the updates:
Code Block |
---|
docker compose --env-file .env up -d openmrs |
Info |
---|
If your local setup uses the |
Upgrade Recommendations
We strongly encourage all Bahmni Standard v1.0.0 users to upgrade to these patched versions at the earliest convenience to benefit from the latest security and stability improvements.
For further details, refer to:
Acknowledgments
We extend our gratitude to the OpenMRS security team for their efforts in identifying and resolving security vulnerabilities, as well as to the Bahmni community for their continued support and contributions.
Table of Content Zone | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
|