What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.1.171 What app is this about: Synapse
Describe your issue
After an unsuccessful upgrade of Synapse, I restored the last backup which ran without errors.
Now, I cannot connect to the Synapse homeserver with any client. Error messages are below.
Only once during the recent days, another user on matrix.org could read a test message sent from my android device, although my Element client signalled an error.
Installed Synapse version: 1.136.0~ynh1
Share relevant logs or error messages
element-desktop (Linux):
Sent messages will be stored until your connection has returned.
element/android: error on the top-level bar: Connectivity to the server has been lost or in some cases at the bottom of the last unsent message: Messages failed to send with the options retry or delete.
Now I did a complete new installation of Synapse resulting into issues again. I suspect my server configuration. The domain is SUBDOMAIN.MYDOMAIN.TLD, the server name MYDOMAIN.TLD.
I read the post-installation notes. The suggest to define a SRV record in the DNS configuration:
_matrix._tcp.SUBDOMAIN.MYDOMAIN.TLD. 3600 IN SRV 10 0 8448 SUBDOMAIN.MYDOMAIN.TLD.
The dots after TLD. look strange. Are they realy meant like that?
I am not sure how to “open the TCP port 8448 on your ISP box”. But Synapse has been working for 3 or 4 years without major problems.
Logging in with Element-Desktop, it complaints about MYDOMAIN.TLD being not a valid matrix homeserver although I stated MYDOMAIN.TLD as domain name in the Synapse settings. With homeserver SUBDOMAIN.MYDOMAIN.TLD I can login using my matrix id. All chats and rooms are lost because Synapse was blank.
Again, any help or tipps or hints will be appreciated.