求助!升级后资料库都显示不了了

RT。我是企业版的,之前一直用的很好,今天突然更新了一下,从6.1.8更新到6.3.4,然后资料库登录进去资料库就全找不到了。
通过数据库看资料库的文件等都还在,所以应该是程序或者配置哪出了问题。

seahub.log日志如下:

2018-08-31 11:07:02,157 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /api2/account/info/
Traceback (most recent call last):
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/core/handlers/exception.py", line 41, in inner
    response = get_response(request)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/core/handlers/base.py", line 249, in _legacy_get_response
    response = self._get_response(request)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/core/handlers/base.py", line 187, in _get_response
    response = self.process_exception_by_middleware(e, request)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/core/handlers/base.py", line 185, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/views/decorators/csrf.py", line 58, in wrapped_view
    return view_func(*args, **kwargs)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/django/views/generic/base.py", line 68, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/seahub/api2/base.py", line 23, in dispatch
    response = super(APIView, self).dispatch(*a, **kw)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/rest_framework/views.py", line 466, in dispatch
    response = self.handle_exception(exc)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/seahub/api2/base.py", line 20, in handle_exception
    return super(APIView, self).handle_exception(exc)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/thirdpart/rest_framework/views.py", line 463, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seahub/seahub/api2/views.py", line 302, in get
    quota_total = seafile_api.get_user_quota(email)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seafile/lib/python2.7/site-packages/seaserv/api.py", line 728, in get_user_quota
    return seafserv_threaded_rpc.get_user_quota(username)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seafile/lib/python2.7/site-packages/pysearpc/client.py", line 110, in newfunc
    ret_str = self.call_remote_func_sync(fcall_str)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seafile/lib/python2.7/site-packages/ccnet/rpc.py", line 75, in call_remote_func_sync
    req_id = self._start_service(client)
  File "/home/hurray/seafile/seafile-pro-server-6.3.4/seafile/lib/python2.7/site-packages/ccnet/rpc.py", line 36, in _start_service
    raise SearpcError("Error received: %s %s (In _start_service)" % (rsp.code, rsp.code_msg))
SearpcError: Error received: 511 Unknown service (In _start_service)

controller.log如下:

[08/31/18 19:09:00] seafile-controller.c(102): spawned seaf-server, pid 11603
[08/31/18 19:09:00] seafile-controller.c(601): path /proc/11546 doesn't exist, restart progress [3]
[08/31/18 19:09:00] seafile-controller.c(87): spawn_process: /usr/bin/python2.7 -m seafevents.main --config-file /home/hurray/seafile/conf/seafevents.conf --logfile /home/hurray/seafile/logs/seafevents.log -P /home/hurray/seafile/pids/seafevents.pid
[08/31/18 19:09:00] seafile-controller.c(102): spawned /usr/bin/python2.7, pid 11604
[08/31/18 19:09:00] seafile-controller.c(740): seafdav is not enabled
[08/31/18 19:09:00] seafile-controller.c(590): pid file /home/hurray/seafile/pids/elasticsearch.pid does not exist
[08/31/18 19:09:00] seafile-controller.c(87): spawn_process: /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch -Des.path.logs=/home/hurray/seafile/logs -Des.path.data=/home/hurray/seafile/pro-data/search/data -Des.network.host=127.0.0.1 -Des.insecure.allow.root=true -p /home/hurray/seafile/pids/elasticsearch.pid
[08/31/18 19:09:00] seafile-controller.c(102): spawned /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch, pid 11605
[08/31/18 19:09:10] seafile-controller.c(590): pid file /home/hurray/seafile/pids/seaf-server.pid does not exist
[08/31/18 19:09:10] seafile-controller.c(611): seaf-server need restart...
[08/31/18 19:09:10] seafile-controller.c(590): pid file /home/hurray/seafile/pids/elasticsearch.pid does not exist
[08/31/18 19:09:10] seafile-controller.c(628): elasticsearch need restart...
[08/31/18 19:09:10] seafile-controller.c(87): spawn_process: /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch -Des.path.logs=/home/hurray/seafile/logs -Des.path.data=/home/hurray/seafile/pro-data/search/data -Des.network.host=127.0.0.1 -Des.insecure.allow.root=true -p /home/hurray/seafile/pids/elasticsearch.pid
[08/31/18 19:09:10] seafile-controller.c(102): spawned /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch, pid 11656
[08/31/18 19:09:10] Disconnected from daemon
[08/31/18 19:09:10] seafile-controller.c(679): restarting ccnet server ...
[08/31/18 19:09:10] seafile-controller.c(183): starting ccnet-server ...
[08/31/18 19:09:10] seafile-controller.c(87): spawn_process: ccnet-server -F /home/hurray/seafile/conf -c /home/hurray/seafile/ccnet -f /home/hurray/seafile/logs/ccnet.log -d -L /home/hurray/seafile -P /home/hurray/seafile/pids/ccnet.pid
[08/31/18 19:09:10] seafile-controller.c(102): spawned ccnet-server, pid 11657
[08/31/18 19:09:11] seafile-controller.c(772): ccnet daemon connected.
[08/31/18 19:09:11] seafile-controller.c(217): starting seaf-server ...
[08/31/18 19:09:11] seafile-controller.c(87): spawn_process: seaf-server -F /home/hurray/seafile/conf -c /home/hurray/seafile/ccnet -d /home/hurray/seafile/seafile-data -l /home/hurray/seafile/logs/seafile.log -P /home/hurray/seafile/pids/seaf-server.pid -L /home/hurray/seafile
[08/31/18 19:09:11] seafile-controller.c(102): spawned seaf-server, pid 11670
[08/31/18 19:09:11] seafile-controller.c(601): path /proc/11604 doesn't exist, restart progress [3]
[08/31/18 19:09:11] seafile-controller.c(87): spawn_process: /usr/bin/python2.7 -m seafevents.main --config-file /home/hurray/seafile/conf/seafevents.conf --logfile /home/hurray/seafile/logs/seafevents.log -P /home/hurray/seafile/pids/seafevents.pid
[08/31/18 19:09:11] seafile-controller.c(102): spawned /usr/bin/python2.7, pid 11671
[08/31/18 19:09:11] seafile-controller.c(740): seafdav is not enabled
[08/31/18 19:09:11] seafile-controller.c(590): pid file /home/hurray/seafile/pids/elasticsearch.pid does not exist
[08/31/18 19:09:11] seafile-controller.c(87): spawn_process: /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch -Des.path.logs=/home/hurray/seafile/logs -Des.path.data=/home/hurray/seafile/pro-data/search/data -Des.network.host=127.0.0.1 -Des.insecure.allow.root=true -p /home/hurray/seafile/pids/elasticsearch.pid
[08/31/18 19:09:11] seafile-controller.c(102): spawned /home/hurray/seafile/seafile-pro-server-6.3.4/pro/elasticsearch/bin/elasticsearch, pid 11672

使用旧版本启动后发现可以用了,新版本还是不行。不知道问题出在哪里。

感觉没运行升级脚本呢。
参考:https://manual-cn.seafile.com/deploy/upgrade.html

6.1.8更新到6.3.4应该
1)6.1->6.2
2)6.2->6.3
3)minor-upgrade.sh

运行了啊…… 我又不是第一次更新的新用户= =