On 09/03/11 10:41 -0800, Bram wrote:
> Hello,
> 
> I am trying to update my database with trytond -d <DATABASE_NAME> -u
> all
> 
> But I get this error.
> 
>     trytond.server.TrytonServer().run()
>   File "/usr/lib/pymodules/python2.6/trytond/server.py", line 86, in
> run
>     database = Database(db_name).connect()
>   File "/usr/lib/pymodules/python2.6/trytond/backend/postgresql/
> database.py", line 62, in connect
>     self._connpool = ThreadedConnectionPool(minconn, maxconn, dsn)
>   File "/usr/lib/python2.6/dist-packages/psycopg2/pool.py", line 168,
> in __init__
>     self, minconn, maxconn, *args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/psycopg2/pool.py", line 84,
> in __init__
>     self._connect()
>   File "/usr/lib/python2.6/dist-packages/psycopg2/pool.py", line 88,
> in _connect
>     conn = psycopg2.connect(*self._args, **self._kwargs)
> psycopg2.OperationalError: FATAL:  Ident authentication failed for
> user "tryton"
> 
> Is this Tryton related or should I look at PostgreSQL?

trytond can not authenticate to PostgreSQL. So check your trytond.conf or
perhaps you use the wrong user.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpfXHm7c5ekB.pgp
Description: PGP signature

Reply via email to