On Fri, 2008-01-18 at 14:43 +0100, [EMAIL PROTECTED] wrote:
> I have tested it with the PostgreSQL user "postgres (super-admin)". declared 
> in  system.
> It does not work.

In general, you don't want to use the postgres super-admin user for
anything except super-admin work. I'm not sure I understand your
predicament correctly, but here's some rough HOWTO help in case it'll be
useful.

1. Create a user for TinyERP in PostgreSQL. For this example, let's use
'terp'. Give the 'terp' PostgreSQL user CREATE DATABASE privileges.

2. Make sure there is a line in /etc/postgresql/pg_hba.conf (or
equivalent) reading:

        local    all    terp    ident sameuser

3. Create a system user 'terp'.

4. Run TinyERP using 'terp', as in:

        $ su - terp -c bin/tinyerp-server.py

-- 
Federico Sevilla III
F S 3 Consulting Inc.
http://www.fs3.ph

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to