- Dec 04, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
-
- Dec 02, 2019
-
-
Andrew Morgan authored
-
- Oct 31, 2019
-
-
Andrew Morgan authored
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.
-
- Oct 24, 2019
-
-
Brendan Abolivier authored
- Oct 23, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Make `synapse_port_db` correctly create indexes in the PostgreSQL database, by having it run the background updates on the database before migrating the data. To ensure we're migrating the right data, also block the port if the SQLite3 database still has pending or ongoing background updates. Fixes #4877
-
- Oct 18, 2019
-
-
Bart Noordervliet authored
Small fix to synapse_port_db to be able to convert from database schema v56.
-
- Jun 28, 2019
-
-
Amber Brown authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 13, 2019
-
-
Amber Brown authored
-
- Jun 05, 2019
-
-
Richard van der Hoff authored
-
- Jun 03, 2019
-
-
Brendan Abolivier authored
Fixes #5306
-
- Apr 08, 2019
-
-
Neil Johnson authored
Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities
-
- Apr 03, 2019
-
-
Anders authored
Make synapse_port_db --curses work with Python 3. Signed-off-by:
Anders Jensen-Waud <anders@jensenwaud.com>
-
- Mar 04, 2019
-
-
Richard van der Hoff authored
-
- Feb 20, 2019
-
-
Eric authored
This column was considered as an int, crashing the whole migration process Signed-off-by:
Eric <eric@pedr0.net>
-
- Dec 21, 2018
-
-
Richard van der Hoff authored
-
- Nov 07, 2018
-
-
Amber Brown authored
* port hash_password * changelog
-
- Oct 26, 2018
-
-
Amber Brown authored
-
- Oct 24, 2018
-
-
Richard van der Hoff authored
Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
-
- Oct 20, 2018
-
-
Amber Brown authored
-
- Sep 28, 2018
-
-
Bruno Windels authored
-
- Jul 20, 2018
-
-
Amber Brown authored
-
- Apr 06, 2018
-
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Richard van der Hoff authored
Improve logging and comments. Group all the stuff to do with inspecting tables together rather than creating the port tables in the middle.
-
Richard van der Hoff authored
We really shouldn't spit out "Failed to create port table", it looks scary.
-
- Jan 31, 2018
-
-
Richard van der Hoff authored
-
- Nov 21, 2017
-
-
Matthew Hodgson authored
-
- Nov 19, 2017
-
-
Matthew Hodgson authored
-
- Nov 17, 2017
-
-
Matthew Hodgson authored
-
- Nov 14, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 31, 2017
-
-
David Baker authored
Postgres doesn't support NULs in strings so it makes the script throw an exception and stop if any values contain \0. Drop them with appropriate warning.
-
- Oct 26, 2017
-
-
Luke Barnard authored
-
Erik Johnston authored
We changed _simple_update_one_txn to use _simple_update_txn but didn't yank it out in the port script. Fixes #2565
-
- Oct 01, 2017
-
-
Richard van der Hoff authored
https://github.com/matrix-org/synapse/issues/2187 contains a report of a port failing due to nul characters somewhere in the search table. Let's try dropping the offending rows.
-