Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3205 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit