I have been following a post from Eddie Urenda Date: Thu, 6 Feb 2003 00:53:54 -0800 (PST)
on how to set up otrs with postgres.
I think I have successfully set up otrs with postgres on fedora, using the redhat 8 rpms.
(well the web interface works anyway)
I have also tried to install otrs on a redhat 7.3 system.
My problem is that the postgres on redhat fedora is postgres 7.3 and the postgres on redhat 7.3, is postgres 7.2
The command I used to create otrs on redhat fedora is
psql> create database otrs with owner=otrs;
This command is not available on postgres 7.2, so I have to create the database and assign it to otrs some other way.
I don't know the commands to do this
<Eddie's post>
1. As user "postgres" issue a "creatuser -P otrs", say yes to allow creation of other users and databases if you want otrs to be database superuser (not required). Write down your selected password, you will need to provide it when configuring Config.pm in 7. 2. Login as user "otrs", issue a "createdb otrs" </>
I don't know how to do point 2
Any help would be appreciated.
regards
Peter McGregor
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/
