コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4141 ビュー

when I use this :

psql -U odoo -d test_init -f test_init.sql

I get this error:

psql: FATAL: Peer authentication failed for user "odoo"


how can I fix this ???

I use new odoo installation debian, odoo8

アバター
破棄
最善の回答

try this,


sudo su postgres

createdb test_init -O odoo

psql -d test_init -f test_init.sql


Kind regards,

Juanvi

アバター
破棄
最善の回答

Hello,

psql -U odoo -d test_init -f test_init.sql

This command is try to connect with postgresql database using user "odoo". But you have not define this user/role for postgresql database.


Please first create user/role named "odoo" and then try to connect using that user.

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 24
32276
2
7月 24
10341
2
9月 22
7970
1
4月 25
1022
3
8月 24
8739