def upload_blob():
    """Upload blob part of Zope's data to the server."""
    zodb_ctl('stop')
    zodb.upload_blob(plone_config())
    zodb_ctl('start')
예제 #2
0
def upload_blob(start_when_done=True):
    """Upload blob part of Zope's data to the server."""
    zodb.upload_blob(mls_config())
    zodb_ctl('restart')