Discussion:
[SOGo] adding second LDAP/mysql address to config
Jürgen Echter
2012-05-30 11:03:29 UTC
Permalink
Hi,

i have in my .GNUStepsdefault

<key>hostname</key>
<string>192.168.0.200</string>

and

<dict>
<key>OCSEMailAlarmsFolderURL</key>
<string>mysql://sogo:***@localhost:3306/sogo/sogo_alarms_folder</string>
<key>OCSFolderInfoURL</key>
<string>mysql://sogo:***@localhost:3306/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>mysql://sogo:1234-savSHZN5Fh8qMp+***@public.gmane.org:3306/sogo/sogo_sessions_folder</string>

what is the best method to add additional servers there?

what i'd like to achieve is, when server one is down it should look up
the second one.

greetings

juergen
Ronald J. Yacketta
2012-05-30 12:33:49 UTC
Permalink
Post by Jürgen Echter
Hi,
i have in my .GNUStepsdefault
<key>hostname</key>
<string>192.168.0.200</string>
and
<dict>
<key>OCSEMailAlarmsFolderURL</key>
<key>OCSFolderInfoURL</key>
<key>OCSSessionsFolderURL</key>
what is the best method to add additional servers there?
what i'd like to achieve is, when server one is down it should look up
the second one.
greetings
juergen
--
https://inverse.ca/sogo/lists
This should be handled outside SOGo, use something like heartbeat or have a look at http://dev.mysql.com/doc/mysql-ha-scalability/en/index.html.
--
users-***@public.gmane.org
https://inverse.ca/sogo/lists
Loading...