If this is the first time running OpenERP in this install of postgresql you are 
going to need to create a user and a database:

$ su -
# su - postgres
$ createuser -U postgres --createdb --no-adduser PICK_A_USERNAME
$ createdb -U postgres -O USER_NAME   USER_NAME #you may not even need this db

Replace the caps with whatever username you want to own the database.

Now start your server with this database user.  I think that should be all you 
need other than correct ports and open firewall ports to connect.

Regards,
Gerry




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=25070#25070

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to