From c9d2f4e7dafb91c78b22c9b3e7024f1ea153dae6 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Wed, 3 Jun 2026 17:51:37 +0200 Subject: [PATCH] fix(db): missing deploy key in config was preventing backup to work --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a42e744..517a244 100644 --- a/compose.yml +++ b/compose.yml @@ -181,7 +181,8 @@ services: # -c statement_timeout=1800000 # -c pg_stat_statements.track=all #entrypoint: ['tail', '-f', '/dev/null'] # uncomment when the Postgres DB is corrupted and won't start - labels: + deploy: + labels: backupbot.backup: ${ENABLE_BACKUPS:-true} # backupbot.backup.volumes.db-data: false backupbot.backup.volumes.db-data.path: "backup.sql" -- 2.49.0