YunoHost-Apps / synapse_ynh

Matrix server (synapse) package for YunoHost
https://matrix.org/
GNU General Public License v3.0
79 stars 42 forks source link

Matrix does not work properly after YNH Debian update #322

Closed tio-trom closed 2 years ago

tio-trom commented 2 years ago

First of all I had to rebuild it again (force upgrade) else the service won't start at all. But now I can login, the system is up, however full of errors and disconnects all the time. Here is the full log - https://paste.yunohost.org/luwacenota

I see this quite a lot:

Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,050 - synapse.util.wheel_timer - 64 - WARNING - GET-4503- Inserting into a wheel timer that hasn't been read from recently. Item: @dog:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,050 - synapse.util.wheel_timer - 64 - WARNING - GET-4503- Inserting into a wheel timer that hasn't been read from recently. Item: @dog:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,050 - synapse.util.wheel_timer - 64 - WARNING - GET-4503- Inserting into a wheel timer that hasn't been read from recently. Item: @dog:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,050 - synapse.util.wheel_timer - 64 - WARNING - GET-4503- Inserting into a wheel timer that hasn't been read from recently. Item: @dog:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,712 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,715 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,716 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,718 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,718 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
Aug 18 23:01:08 python[97719]: 2022-08-18 23:01:08,718 - synapse.util.wheel_timer - 64 - WARNING - GET-4508- Inserting into a wheel timer that hasn't been read from recently. Item: @aaron:matrix.trom.tf
tio-trom commented 2 years ago

And in my processes I see a lot of these:

2022-08-18_23-58

tio-trom commented 2 years ago

Upgraded to the testing branch. No change....it is unusable now. Cannot connect to synapse at all.

tio-trom commented 2 years ago

Reverted to Stable and based on the postgress processes I see, I suspect the database which is 77GB in size, is still migrating from PostgreSQL 11 to 13....?

tio-trom commented 2 years ago

Damn it was postgres....it took some 7 hours to finish for such a huge database. But now all works fine. Thank you YNH for being awesome. I totally understand that for such big servers like mine, this kind of massive update cannot go that smooth.