Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3320 Vizualizări

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"


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează