From 4c023c6cb81cb5ce7d3d7f953011abd89c9e17a1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:37:01 +0200 Subject: [PATCH] Document wger database preservation --- wger/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wger/CHANGELOG.md b/wger/CHANGELOG.md index 95a74731e1..0702de9db0 100644 --- a/wger/CHANGELOG.md +++ b/wger/CHANGELOG.md @@ -1,5 +1,6 @@ ## 2.6-dev-3 (2026-06-16) - Fix fresh-install startup by making the persistent `/data/static` and `/data/media` directories writable by the `wger` user without recursively changing all of `/data`. +- Preserve existing persistent data by reusing `/data/database.sqlite` when present, and migrating a legacy `/home/wger/db/database.sqlite` only if no persistent database exists yet. - Make nginx startup idempotent and fail loudly if its configuration is invalid, instead of masking nginx startup errors that can leave the add-on web port closed. ## 2.6-dev-2 (2026-06-16)