Hi Bryan,

Bryan Fullerton wrote:
[...]
Second, I notice that the Kernel/Config.pm line for PostgreSQL still
hasn't been updated to be compatible with non-localhost DB servers, so
I had to merge in that change from my older version as well.

     # (The database DSN for PostgrSQL ==> more: "man DBD::Pg")
-#    $Self->{DatabaseDSN} = "DBI:Pg:dbname=$Self->{Database};";
+    $Self->{DatabaseDSN} =
"DBI:Pg:dbname=$Self->{Database};host=$Self->{DatabaseHost};";

Thanks! I changed it now to:

# if you want to use a local socket connection
# $Self->{DatabaseDSN} = "DBI:Pg:dbname=$Self->{Database};";
# if you want to use a tcpip connection
# $Self->{DatabaseDSN} = "DBI:Pg:dbname=$Self->{Database};host=$Self->{DatabaseHost};";


So you have the choice! :-)

That's all I had to do, everything is working great now - thanks for
all the work on the new version!

Thanks for feedback! :)

Bryan

Martin Edenhofer

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
        http://www.otrs.de/ :: Manage your communication!

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to