콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3356 화면

i installed openerp-server and openerp-client packages on Debian 6 using apt (and had to upgrade postgres from 8.4 to 9.1 in order to get OpenERP to connect to the database).

i have not installed the web client.

i have not been able to create a new database. i get the error above when i attempt to do so. what could be the problem? where do i look for any clues? i have tried checking both the openerp server logs and the database logs to no avail: /var/log/openerp-server.log and /var/log/postgresql/postgresql-9.1-main.log

i have also searched the web and this forum. please help!

Zanga.

아바타
취소

may be problem is with postgresql 9.1 coz it uses LATIN instead of UTF 8, if its LATIN then delete pgcluster and create a new one

베스트 답변

You have problems with your database installation. As the openerp user, try creating the database. You can do that with the following command

sudo -u openerp createdb tst_openerp

An error message should be displayed, that will give you further information on what's going on. You can also check the PostgreSQL logs, chances are you will find them in this location:

/var/log/postgresql

아바타
취소