I am running version 11 in a docker container using unraid. System was up and running for months until a power blip rebooted my server yesterday. Now Seafile is failing to start and throwing the following message:
Skip running setup-seafile-mysql.py because there is existing seafile-data folder.
Traceback (most recent call last):
File “/scripts/start.py”, line 94, in
main()
File “/scripts/start.py”, line 80, in main
call(‘{} start’.format(get_script(‘seahub.sh’)))
File “/scripts/utils.py”, line 70, in call
return subprocess.check_call(*a, **kw)
File “/usr/lib/python3.10/subprocess.py”, line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘/opt/seafile/seafile-server-11.0.13/seahub.sh start’ returned non-zero exit status 1.
2025-08-11 05:02:03 Nginx ready
2025-08-11 05:02:04 This is an idle script (infinite loop) to keep container running.