-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sqlite3.OperationalError: duplicate column Issue after upgrading to Synapse v1.6.1 #6463
Comments
The original error is a duplicate of #6246. The 'duplicate column name' error is due to its rerunning Can you show the results of the following sql queries on your database file: select * from schema_version;
select * from applied_schema_deltas where version=56; |
Please find the result below:
|
right, I think I know what's happened here, and have opened #6467 to track the underlying problem. You can work around the duplicate column problem with: INSERT INTO applied_schema_deltas VALUES (56, '56/add_spans_to_device_lists.sql'); ... however, that won't fix the support for sqlite 3.7, for which you'll have to either wait for a fix to #6246 or upgrade sqlite to something a bit more modern. |
Thanks for the info. I am getting the following error message:
|
somehow you managed to are you sure you have pointed |
I am wondering too. I did it as shown above. |
I am getting a "sqlite3.OperationalError: duplicate column" issue after upgrading to Synapse v1.6.1.
See relevant log file excerpt(s) below:
The text was updated successfully, but these errors were encountered: