If you already have a user and database egroupware AND you want to use
that, you have to enter their data in your header, or you new data to
create a new user/db.
Ralf
Jamie W. La Croix schrieb:
In the admin console of the web UI I get this set of instructions.
Your Database is not working!:
Make sure that your database is created and the account permissions are set.
Instructions for creating the database in PostgreSQL:
Login as user postgres, eg. by using su as root
/[root@server /root]# su - postgres/
Create the empty database and grant user permissions -
/[postgres@server /var/lib/pgsql]$ createuser --no-adduser
–no-createdb -P egroupware/
/Enter password for new user: L001s5150/
/[postgres@server /var/lib/pgsql]$ createdb --encoding=utf-8 --owner
egroupware egroupware/
to allow password authentification add the following line to your
pg_hba.conf (above all others) AND restart postgres:
/# TYPE DATABASE USER CIDR-ADDRESS METHOD/
/host egroupware egroupware 127.0.0.1/32 password/
This is the errors I get when attempting the commands:
postgres@dragon-server:~$ createuser --no-adduser --no-createdb -P
egroupware
Enter password for new role:
Enter it again:
Shall the new role be allowed to create more new roles? (y/n) y
createuser: creation of new role failed: ERROR: role "egroupware"
already exists
postgres@dragon-server:~$
postgres@dragon-server:~$ createdb --encoding=utf-8 --owner egroupware
egroupware
createdb: database creation failed: ERROR: database "egroupware"
already exists
postgres@dragon-server:~$
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers