synapse/changelog.d/15814.misc
Erik Johnston 289ce3b8d9
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
2023-06-21 13:20:46 +00:00

2 lines
71 B
Plaintext

Fix harmless exceptions being printed when running the port DB script.