This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
upgrading from before 1.3.0 to 1.10.0 destroys all your rooms #6923
Comments
fixed by #6924 |
Because the FreeBSD port is still on 1.10.0, I ran into this when I upgraded. Is there a way to recover from this? I'm the only user of my homeserver, there are not a lot of rooms to restore |
I kinda got my HS running again. What I did is:
Right now I'm figuring out other conflicts in the database, mainly in *_historical tables
Footnotes
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the
delete_old_current_state_events
background update clearscurrent_state_events
of any rooms with no rows wheremembership='join'
. Butmembership
is only populated by thecurrent_state_events_membership
update, so this goes badly.The text was updated successfully, but these errors were encountered: