Please try the following. I am assuming you are workign with V0.80 of Bahmni:
- Stop OpenELIS
service bahmni-lab stop
-
Execute the commands in the method: restore_pgsql_db( ). This will download a database, and restore databases for OpenELIS, and OpenERP (since both systems use postgresql). https://github.com/Bahmni/bahmni-vagrant/blob/master/packer/scripts/base-v80.sh#L59
-
Once DB has been restored, start OpenELIS again.
service bahmni-lab start
- Check the logs in /var/log/bahmni-lab for any errors.