Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7887 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
kwi 25
3303
0
mar 24
1223
0
paź 22
2375
0
wrz 22
1583
1
lip 22
5198