Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3209 Tampilan

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
Buang
Jawaban Terbai

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
Buang