You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I thought we had an easy-ish way to say that a table depends on another table in the synapse_port_db script, but we do not seem to. 😢 I think we can either:
Try to build something that says table A depends on table B and use that graph when porting.
Have a list of tables which depend on "other" tables and essentially port the depend-less tables first, then the depends ones.
2 sounds a bit simpler and should just be repeating steps 3 & 4 of the port twice each.
Description
When running
synapse_port_db
to port my SQLite database to Postgres, the port fails with the following error:After some discussion in #synapse:matrix.org, it appears that this may have been caused by an oversight in #8230.
Steps to reproduce
synapse_port_db
Version information
If not matrix.org:
Version: 1.21.2
Install method: apt
The text was updated successfully, but these errors were encountered: