bahmni installation critical error

I don’t think the issue was CentOS 6.9. -See the following line in the log you posted:

server version: 9.2.24; pg_dump version: 8.4.20\npg_dump: aborting because of server version mismatch

@govindsharma was having the same issue (…see this post)

You could have fixed it by creating a symlink to psql-9.2 and doing bahmni install again.

sudo ln -s /usr/pgsql-9.2/bin/pg_dump /usr/bin/pg_dump --force

I’m glad you got it working on CentOS 6.6 but still CentOS 6.9 is the recommended version :grinning: