7.0.5升级到7.1.3出错

可以试试把缓存清空下。

或者你继续使用旧版的配置,然后安装 pip3 install python-memcache

把缓存清空,使用旧的配置,web端OK,客户端获取资料库失败:
客户端log:
[04/02/20 20:02:50] http-tx-mgr.c(2329): Bad response code for POST https://sf.yesway.cn/seafhttp/repo/head-commits-multi/: 502
[04/02/20 20:03:20] http-tx-mgr.c(2329): Bad response code for POST https://sf.yesway.cn/seafhttp/repo/head-commits-multi/: 502
[04/02/20 20:03:50] http-tx-mgr.c(2329): Bad response code for POST https://sf.yesway.cn/seafhttp/repo/head-commits-multi/: 502
[04/02/20 20:04:12] http-tx-mgr.c(1419): Bad response code for GET https://sf.yesway.cn/seafhttp/repo/694e47aa-9fbb-4a2a-aa23-3e5fed72d743/commit/HEAD: 502.

返回7.0.5 ,客户端ok,可以同步,但是web页面显示空白
seahub.log 最后信息是:
2020-04-02 05:54:26,610 [WARNING] django.request:152 get_response Not Found: /api2/events/

7.1.3 重启memached、seafile、seahub后,客户端和web正常了