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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
अग॰ 24
|
34250 | |||
|
2
जुल॰ 24
|
11191 | |||
|
2
सित॰ 22
|
8644 | |||
|
1
अप्रैल 25
|
2167 | |||
|
3
अग॰ 24
|
9416 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.