From 0779609bed673bf5d678aa875c1a490c0b65731e Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 25 Apr 2023 09:11:10 +0200 Subject: [PATCH] set BORG_HOST_ID to a fixed value in order to fix stale lock removal Signed-off-by: Simon L --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 0d012db3..87cf8125 100644 --- a/php/containers.json +++ b/php/containers.json @@ -260,7 +260,8 @@ "SELECTED_RESTORE_TIME=%SELECTED_RESTORE_TIME%", "BACKUP_RESTORE_PASSWORD=%BACKUP_RESTORE_PASSWORD%", "ADDITIONAL_DIRECTORIES_BACKUP=%ADDITIONAL_DIRECTORIES_BACKUP%", - "BORGBACKUP_HOST_LOCATION=%BORGBACKUP_HOST_LOCATION%" + "BORGBACKUP_HOST_LOCATION=%BORGBACKUP_HOST_LOCATION%", + "BORG_HOST_ID=nextcloud-aio-borgbackup" ], "volumes": [ {