summary refs log tree commit diff
path: root/changelog.d/6102.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.5.0rc1Andrew Morgan2019-10-241-1/+0
|
* Make synapse_port_db correctly create indexes (#6102)Brendan Abolivier2019-10-231-0/+1
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