Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3294 Vistas

Good day everyone.


I am trying to set up Odoo 16 on my local system and I'm experiencing the error below. Can you please help.


conn = _connect(dsn, connection_factory=connection_factory, **kwasync)

psycopg2. OperationalError: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "odoo16"


conn = _connect(dsn, connection_factory=connection_factory, **kwasync)

psycopg2. OperationalError: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "odoo16"


Avatar
Descartar
Mejor respuesta

Hi,

It says the postgres user password is wrong in odoo conf file.  You have to set up the postgres user credentials correctly in the odoo configuration file.

See:  How To Create Database User For Odoo Instance

Thanks

Avatar
Descartar