[CalendarServer-changes] [14038] CalendarServer/branches/release/CalendarServer-6.0-dev/txdav/base/ datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 5 07:57:55 PDT 2014


Revision: 14038
          http://trac.calendarserver.org//changeset/14038
Author:   sagen at apple.com
Date:     2014-10-05 07:57:54 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
Tell pg_ctl to wait longer to account for a long cluster upgrade

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-6.0-dev/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/branches/release/CalendarServer-6.0-dev/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-6.0-dev/txdav/base/datastore/subpostgres.py	2014-10-03 12:43:08 UTC (rev 14037)
+++ CalendarServer/branches/release/CalendarServer-6.0-dev/txdav/base/datastore/subpostgres.py	2014-10-05 14:57:54 UTC (rev 14038)
@@ -475,6 +475,7 @@
                 pgCtl,
                 "start",
                 "-l", self.logFile,
+                "-t 86400",  # Give plenty of time for a long cluster upgrade
                 "-w",
                 # XXX what are the quoting rules for '-o'?  do I need to repr()
                 # the path here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141005/017b403f/attachment.html>


More information about the calendarserver-changes mailing list