On Ubuntu (Hardy) the pgpass.conf file is called .pgpass and is located in the root of the user that openerp is running under (normally, openerp)
pico /home/openerp/.passwd and add localhost:5432:*:openerpuser:opeerppassword (the 5432 is the port where postgres is listening. 5432 is the standard port.) The change to pg_hba.conf is the same on Windows & Linux. You dont have to set an environment variable on Ubuntu. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50945#50945 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
