아마도 Database가 깨진것 같습니다.
혹시
psql /d template1
으로 DB에 접속이 가능한지 확인해 보시기 바랍니다.
만약 깨어져 있다면 즉시 기존의 DB를 백업 받으시던지 다시
initdb 부터 시작하여 다시 설치하셔야 할 것입니다.
제발 그런 상황은 아니길 바랍니다.
일단 다시 initdb를 해야 하는 경우라도 data directory는 안전하게
복사 해 두시고 작업하시기 바랍니다.
> createdb user 를 하니까 다음과같은 에러가....
>
> Connection to database 'template1' failed.
> pqReadData() // backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally before o
> r while processing the request.
>
> createdb: database creation failed on user.
>
> 데몬이 죽었나해서 다시 restart까지 시켜는데....
>
> 같은 에러 메세지가......
>
|