fix: BACKUP_STORAGE_PATH→/app/data/backups + container_name STACK_NAME + pdf extension v2.2.14

This commit is contained in:
Christian 2026-03-01 20:06:02 +01:00
parent c5aa31b825
commit 3978dae692
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.2.13 2.2.14

View File

@ -175,7 +175,7 @@ class Settings(BaseSettings):
# Backup System Configuration # Backup System Configuration
BACKUP_ENABLED: bool = True BACKUP_ENABLED: bool = True
BACKUP_STORAGE_PATH: str = "/app/backups" BACKUP_STORAGE_PATH: str = "/app/data/backups"
BACKUP_DRY_RUN: bool = False BACKUP_DRY_RUN: bool = False
BACKUP_READ_ONLY: bool = False BACKUP_READ_ONLY: bool = False
BACKUP_RESTORE_DRY_RUN: bool = True # SAFETY: Test restore uden at overskrive data BACKUP_RESTORE_DRY_RUN: bool = True # SAFETY: Test restore uden at overskrive data