Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3349 Prikazi

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.

Avatar
Opusti

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

Best Answer

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

Avatar
Opusti