Accès à la BD Odoo avec Pgadmin3

Après avoir installé PGadmin :

$ sudo apt-get install pgadmin3

1) Vérifier le contenu du fichier /etc/postgresql/9.x/main/pg_hba.conf

$ sudo grep -v "#" /etc/postgresql/9.x/main/pg_hba.conf

2) si elle n’existe pas : ajouter la ligne :  host odoo postgres ::1/128 trust  (ou all)

 $ sudo vim /etc/postgresql/9.x/main/pg_hba.conf

3) Ouvrir Pgadmin3 et saisir le User « Odoo »

Retour en haut