From 289ce3b8d946c4c4964fac2ff020a0535dead4f0 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 21 Jun 2023 14:20:46 +0100 Subject: 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 --- changelog.d/15814.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15814.misc (limited to 'changelog.d') 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. -- cgit 1.4.1