-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
Running this locally still fails for me. As is:
Removing that parameter pushes it further, but it still dies:
|
@tadzik I looked into these logs and the corresponding code, it looks like it's caused by the changes in #6675 which haven't been released yet, hence why the patched script is working fine with a Synapse on the develop branch. Given my local tests and the CI (which is now fixed, and passing), I'm pretty confident that the script now does the right thing. So to try this patch, instead of blindly applying it onto your local version of
|
Alright, having checked your branch (I'm at 75d60c2), I'm still getting errors (though different ones now :)). They originate from synapse/storage/data_stores/main/schema/delta/57/local_current_membership.py, which I've modified as follows for debugging's sake:
The crash looks like so:
Some further debugging revealed that the offending character is the leading |
@tadzik just told me it worked and he's now live on PostgreSQL, so it looks like everything works correctly now 🎉 |
* commit '07124d028': Port synapse_port_db to async/await (#6718)
Also raise an exception if there are pending background updates so we return with a non-0 code in the CI if something wrong happened when running the background updates.
Fixes #6719