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