From 909a74e8ac36723cdcfba289655b80152ea55a72 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 26 Feb 2025 18:00:53 +0200 Subject: [PATCH] chore(test): disable regularly scheduled backup --- integration-tests/db/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/db/config.ini b/integration-tests/db/config.ini index 6e5ab7192..ac5c26ff2 100644 --- a/integration-tests/db/config.ini +++ b/integration-tests/db/config.ini @@ -6,7 +6,7 @@ instanceName= noAuthentication=true # set to true to disable backups (e.g. because of limited space on server) -noBackup=false +noBackup=true # Disable automatically generating desktop icon # noDesktopIcon=true