Oh yeah, one thing I was reminded of by upgrading to BETA8, I had to
make this change to Kernel/Config.pm because my PostgreSQL server isn't
localhost.
117c117
< # $Self->{DatabaseDSN} = "DBI:Pg:dbname=$Self->{Database};";
---
> $Self->{DatabaseDSN} =
"DBI:Pg:dbname=$Self->{Database};host=$Self->{DatabaseHost};";
(I'm pretty sure this isn't why things aren't working, as I did the
same thing with BETA7)
Thanks,
Bryan
_______________________________________________
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
- Re: [otrs] PostgreSQL note Bryan Fullerton
- Re: [otrs] PostgreSQL note Martin Edenhofer
- Re: [otrs] PostgreSQL note Bryan Fullerton
