[CalendarServer-changes] [14435] CalendarServer/trunk/doc/Admin/MultiServerDeployment.rst

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 18 15:35:31 PST 2015


Revision: 14435
          http://trac.calendarserver.org//changeset/14435
Author:   dre at apple.com
Date:     2015-02-18 15:35:31 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
Update MultiServer doc - Proxy DB is now stored in the main DB, not in a separate DB

Modified Paths:
--------------
    CalendarServer/trunk/doc/Admin/MultiServerDeployment.rst

Modified: CalendarServer/trunk/doc/Admin/MultiServerDeployment.rst
===================================================================
--- CalendarServer/trunk/doc/Admin/MultiServerDeployment.rst	2015-02-18 22:45:49 UTC (rev 14434)
+++ CalendarServer/trunk/doc/Admin/MultiServerDeployment.rst	2015-02-18 23:35:31 UTC (rev 14435)
@@ -10,7 +10,7 @@
 
 * `Memcached`_: All Calendar Server hosts need to share access to memcached
 
-* `Proxy Database`_: Normally the Proxy (delegation) database is kept in a local sqlite database, which is not sharable. Create an additional database on the DB server to hold the Proxy DB, then configure all the servers to use it.
+* `Proxy Database`_: In previous versions, the proxy (delegate) database was a separate SQLite or Postgres container, however as of 6.0 this data is stored in the primary database along with other user data, so no special steps are required here.
 
 * `Directory Services`_: All servers should have access to the same directory services data that defines users, groups, resources, and locations. Calendar Server provides a highly flexible LDAP client to leverage existing directory servers, or you can use local XML files.
 
@@ -123,6 +123,8 @@
 Proxy Database
 ----------------
 
+As of version 6.0, the proxy data is stored in the main database, and no special steps are required to configure a multi-server deployment to share proxy data. The rest of the information in this section applies only to server versions before 6.0.
+
 The Proxy DB (for delegation) is typically stored on disk in an sqlite DB, which does not allow for concurrent access across multiple hosts. To address this, create an additional DB in the postgres server, then edit caldavd.plist to add something like the following, and disable any other ProxyDB configuration.
 
 ::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150218/fc5a4f18/attachment-0001.html>


More information about the calendarserver-changes mailing list