On Thu, Feb 5, 2015 at 3:19 PM, Cédric Krier <[email protected]> wrote:
> On 05 Feb 15:12, Bounmy Sihaphom wrote: > > Hi Luis and all!! > > > > I am having problems with updating our existing database with gnuhealth > 2.8 > > when running: > > ./trytond --database=cmr28 --u=all > > You must explicitly give the configuration file with the option "-c" > Yes, it seems to work but after running : > ./trytond -c $TRYTOND_CONFIG It ask the tryton server password when create the new database, is it the same one we use serverpass.py to create ? > > line 164, in connect > > conn = _connect(dsn, connection_factory=connection_factory, > async=async) > > psycopg2.OperationalError: FATAL: password authentication failed for > user > > "gnuhealth" > > FATAL: password authentication failed for user "gnuhealth" > > > > Here is my trytond.conf > > > > [database] > > jsonrpc = *:8000 > > uri = postgresql://gnuhealth:sis276@localhost:5432/ > > data_path = /home/gnuhealth/attach > > > > [session] > > super_pwd = tESfNNnB6gcaQ > > timezone = Asia/vientiane > -- > Cédric Krier - B2CK SPRL > Email/Jabber: [email protected] > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ >
