I followed the doc and upgrade_11.0_12.0.sh ran without error. I created the conf/.env file with a random password and other variables for my environment. While trying to start the seafile service I get errors:
service seafile start
Job for seafile.service failed because the control process exited with error code.
See “systemctl status seafile.service” and “journalctl -xeu seafile.service” for details.
and this:
Jun 16 11:30:01 ldc01-stor-fs-01 systemd[1]: Starting seafile.service - Seafile…
Subject: A start job for unit seafile.service has begun execution
Defined-By: systemd
Support: Debian -- User Support
A start job for unit seafile.service has begun execution.
The job identifier is 542.
Jun 16 11:30:01 ldc01-stor-fs-01 bash[2172]: /opt/seafile/seafile-server-latest/seafile.sh start
Jun 16 11:30:01 ldc01-stor-fs-01 bash[2174]: Cannot find JWT_PRIVATE_KEY value from environment, try to read .env file.
Jun 16 11:30:01 ldc01-stor-fs-01 bash[2174]: Starting seafile server, please wait …
Jun 16 11:30:04 ldc01-stor-fs-01 bash[2174]: Failed to start seafile server
Jun 16 11:30:04 ldc01-stor-fs-01 systemd[1]: seafile.service: Control process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: Debian -- User Support
An ExecStart= process belonging to unit seafile.service has exited.
The process’ exit code is ‘exited’ and its exit status is 1.
Jun 16 11:30:04 ldc01-stor-fs-01 systemd[1]: seafile.service: Failed with result ‘exit-code’.
Subject: Unit failed
Defined-By: systemd
Support: Debian -- User Support
The unit seafile.service has entered the ‘failed’ state with result ‘exit-code’.
Jun 16 11:30:04 ldc01-stor-fs-01 systemd[1]: Failed to start seafile.service - Seafile.
Subject: A start job for unit seafile.service has failed
Defined-By: systemd
Support: Debian -- User Support
A start job for unit seafile.service has finished with a failure.
The job identifier is 542 and the job result is failed.
I’ve searched the error and didn’t find anything to get me going. What are my next steps for troubleshooting?