- Jun 05, 2019
-
-
Richard van der Hoff authored
-
- 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.
-
- Jul 20, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 16, 2017
- Mar 16, 2017
-
-
John Kristensen authored
When fetching the list of tables from the postgres database during the db port, it is assumed that the tables are in the public schema. This is not always the case, so lets just rely on postgres to determine the default schema to use.
-
- Feb 12, 2017
-
-
Kevin Liu authored
This is what I get for not proofreading
-
Kevin Liu authored
See https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org/$148686272020hCgRD:potatofrom.space Signed-off-by:
Kevin Liu <kevin@potatofrom.space>
-
- Sep 27, 2016
-
-
Erik Johnston authored
This also fixes a bug where the port script would explode when it encountered the newly added boolean column `public_room_list_stream.visibility`
-
- Aug 04, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jul 06, 2016
-
-
Erik Johnston authored
-
Kent Shikama authored
Signed-off-by:
Kent Shikama <kent@kentshikama.com>
-
- Jul 05, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-