This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
synapse_port_db Python type error on rejection_status_changed #15098
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
A-SQLite
Database issues specific to SQLite
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Regression
Something broke which worked on a previous release
Description
When running the
synapse_port_db
script, I'm getting thrown a type error.Synapse version: server_version: 1.77.0, python_version: 3.9.2
PostgreSQL version: psql (PostgreSQL) 13.9 (Debian 13.9-0+deb11u1)
OS: Linux debian 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Command used:
sudo synapse_port_db --sqlite-database /home/sysadmin/homeserver.db.backup --postgres-config ./homeserver.yaml --curses
Steps to reproduce
Homeserver
Personal Homeserver
Synapse Version
{"server_version":"1.77.0","python_version":"3.9.2"}
Installation Method
Other (please mention below)
Database
SQLite, attempting to port to Postgres 13.9 (Debian). Fresh installation with only a couple of messages.
Workers
Single process
Platform
Installed using my install script (https://github.com/ephidrineon/matrix-synapse-easy-install) using Debian packages.
Running on a VPS (1 Core, 1 GB RAM, 25 GB /), Debian 11. Virtualized using KVM
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: