This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
synapse_port_db fails with "argument of type 'int' is not iterable" #11918
Labels
X-Needs-Info
This issue is blocked awaiting information from the reporter
Description
When running
synapse_port_db
to convert an existing SQLite installation to PostgreSQL, the script fails after a short time with the following output:synapse_port_db output
The main error seems to be this:
Steps to reproduce
systemctl stop synapse.service
cp --reflink /var/lib/synapse/homeserver.db{,.snapshot}
systemctl start synapse.service
synapse_port_db --sqlite-database /var/lib/synapse/homeserver.db.snapshot --postgres-config /etc/synapse/homeserver_postgres.yaml
Version information
pacman -S matrix-synapse
The text was updated successfully, but these errors were encountered: