summary refs log tree commit diff
path: root/changelog.d/15814.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix harmless exception in port DB script (#15814)Erik Johnston2023-06-211-0/+1
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