Comment by [email protected]:
Hi,
Please guide me. In mywindows XP
DB Location
=============
C:\Documents and Settings\XPMUser\.neso\2.8\ *all are SQLite db as default
from tryton client!!*
Tryton config file
===================
C:\Program Files\neso-2.8.0\trytond\etc\trytond.conf
I've changed the following options but still unable to create an database
in PostgreSQL.
**********************************************************
# Configure the database type
# allowed values are postgresql, sqlite, mysql--- Changed by Dutta
db_type = postgresql
# Configure the database connection
## Note: Only databases owned by db_user will be displayed in the
connection dialog
## of the Tryton client. db_user must have create permission for new
databases
## to be able to use automatic database creation with the Tryton client.
db_host = localhost
db_port = 5432
db_user = gnuhealth
db_password = gnuhealth
db_minconn = 1
db_maxconn = 64
# Configure the postgresql path for the executable-- Changed by Dutta
pg_path = "C:\Program Files\PostgreSQL\9.2\bin"
**********************************************************
For more information:
http://code.google.com/p/tryton/wiki/SetupAndStart