From 8d20c76d54d0e3299cb39df2e68046ebf08fee2c Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Tue, 17 Mar 2026 18:52:31 -0500 Subject: [PATCH] changelog: Update changelog for backups fix. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff2ac40..a6df2dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Backups failing on previous installations where `/data/backups` already existed: `/data/backups` was missing from the `DATA_DIRS` list in the init script, causing the PUID/PGID ownership migration to skip the directory and leave it with incorrect permissions. — Thanks [@CodeBormen](https://github.com/CodeBormen) + ## [0.21.0] - 2026-03-17 ### Security