summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-21 14:20:46 +0100
committerGitHub <noreply@github.com>2023-06-21 13:20:46 +0000
commit289ce3b8d946c4c4964fac2ff020a0535dead4f0 (patch)
tree47f937354a5df453ea5e7f34f6538490c61c686b /changelog.d
parentFix typo in faster join docs (#15812) (diff)
downloadsynapse-289ce3b8d946c4c4964fac2ff020a0535dead4f0.tar.xz
Fix harmless exception in port DB script (#15814)
The port DB script would try and run database background tasks, which
could fail if the data they acted on was in the process of being ported.
These exceptions were non fatal.

Fixes #15789
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15814.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15814.misc b/changelog.d/15814.misc
new file mode 100644
index 0000000000..8e1107212f
--- /dev/null
+++ b/changelog.d/15814.misc
@@ -0,0 +1 @@
+Fix harmless exceptions being printed when running the port DB script.