summary refs log tree commit diff
path: root/changelog.d/11346.bugfix
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-11-15 17:34:15 +0000
committerGitHub <noreply@github.com>2021-11-15 17:34:15 +0000
commit9c59e117db6b448a1e930365014b043fa7ef26b6 (patch)
treef00186741bb0ae33426e18f9fc3e2a0b65db0750 /changelog.d/11346.bugfix
parentMove sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) (diff)
downloadsynapse-9c59e117db6b448a1e930365014b043fa7ef26b6.tar.xz
Run _upgrade_existing_database on workers if at current schema_version (#11346)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d/11346.bugfix')
-rw-r--r--changelog.d/11346.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11346.bugfix b/changelog.d/11346.bugfix
new file mode 100644
index 0000000000..1fe8020eab
--- /dev/null
+++ b/changelog.d/11346.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations.
\ No newline at end of file