Upgrade to 7.1.3 - Solution if seahub it's not starting

daniel.panSeafile Ltd.

23h

It is caused by that you use an old memcache configuration that depends on python-memcache. The new way is

'BACKEND': 'django_pylibmc.memcached.PyLibMCCache',

The old way is

'BACKEND': ‘'django.core.cache.backends.memcached.MemcachedCache',
1 Like