-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Synapse loop restart #16464
Comments
Something told Synapse to shut down, so it did. You should inspect your docker-compose logs, and maybe even the docker service logs to see if there any clues. Can you see what is shutting Synapse down and why? |
(Closing as this is external to Synapse.) |
@DMRobertson notes that this could be due to #14401. What was Synapse logging before this? |
@DMRobertson I have 5 services : rocketchat / mongod / postgres / redis / synpase So if i do docker service logs -f xxx_servicename I have only those logs synapse :
mongod :
@clokep all homeserver.log
|
Thanks for the full Synapse logs. This rules out a situation like #14401.
"By docker service logs" I mean docker's own logs. On many Linux distributions I would expect there to be a systemd service for docker whose logs you can see with e.g.
I would look for log lines around that time. Try
Ultimately though, this is the problem and it is outside of Synapse, so I don't think we can help you much. For this kind of support request, please ask in the Synapse Admins room. (If your homeserver is inoperable at the moment, you can sign up for an account on the Matrix.org homeserver in order to reach the support room. ) |
Description
Hello, my docker container of synapse loop to restart with thoses errors
Steps to reproduce
Start docker-compose : docker stack deploy rc01 --compose-file docker-compose.yml
Homeserver
homeserver
Synapse Version
1.94.0
Installation Method
Docker (matrixdotorg/synapse)
Database
Postgresql
Workers
Single process
Platform
Linux Debian 12
Configuration
homeserver.yaml
Relevant log output
Anything else that would be useful to know?
docker-compose part
The text was updated successfully, but these errors were encountered: