Skip to Content
Menu
This question has been flagged
1 Reply
3199 Views

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
Discard
Best Answer

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
Discard