콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7976 화면

Hi,

i want to access Odoo database using pgAdmin3,

My scenario:

I have my Odoo running on ubuntu server in virtual box

I have installed pgAdmin4 on my localhost machine

when opening pgAdmin4 and selecting New Server Registration

this is my entry:

Name: odoo

Host: 192.168.1.114 (this is the ip if you 'ifconfig' in the virtual box )

Port: 5432 (default didn't change anything)

Username: admin (this is my usernane in odoo , admin account)

Password: admin (my ppassword in odoo)

Group: Servers

There is error after proceeding

An error has occurred:

Error connecting to the server: FATAL: password authentication failed for user "admin"
FATAL: password authentication failed for user "admin"

what (username and password) should i enter there to connect to Odoo, i want to see records of tables there for example res_usersV


please help, Thank you

아바타
취소
베스트 답변

Could I have some info on how to install pgadmin4? I have found several tutorials, but I think I have problems with python versions. I use Odoo 12.0-20200222 (Community Edition) on Ubuntu 18.04.4 LTS

아바타
취소
베스트 답변

Hello,

In the .conf file of Odoo, you can find the following details.

db_port = 5432
db_user = odoo10
db_password = odoo10

Here db_user, db_password are the User name & Password for the postgres.

Thanks & Regards

Avinash N K

아바타
취소
관련 게시물 답글 화면 활동
1
4월 25
3444
0
3월 24
1285
0
10월 22
2470
0
9월 22
1657
1
7월 22
5313