Hello
I am starting database services .
I install PostgreSQL database server using command as in “Asterisk: future of telephony”
# yum install -y postgresql-server
ans start services
# service postgresql start
and then create a user successfully
and change in file(var/lib/pgsql/data/postgresql.conf) and (/var/lib/pgsql/data/pg_hba.conf ) as pre book suggest
and then create database successfully using command
$ createdb --owner=asterisk asterisk i got
CREATE DATABASE
and exit it.
but when we restart it using command
# service postgresql restart
Stopping postgresql service: [ OK ]
Starting postgresql service: [FAILED]
and now even this ( # service postgresql start)
i fail to start service
please suggest me
Regards:
Shiv kumar
91–9953956681