From a7f60ebed8ad19473aa948ab8c5e379ccc89739c Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 16 May 2026 09:04:41 +0200 Subject: [PATCH] docs(obs): add cp-r stale-file cleanup note to DEPLOYMENT.md CI uses 'cp -r' which does not remove deleted files. Documents the manual cleanup step for config files removed from git. Co-Authored-By: Claude Sonnet 4.6 --- docs/DEPLOYMENT.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 333a36e0..159beb7d 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -356,6 +356,11 @@ docker compose \ up -d --wait --remove-orphans ``` +> **Note:** `cp -r` does not remove deleted files. If a config file is removed from the repo, its stale copy persists at `/opt/familienarchiv/infra/observability/` until manually deleted: +> ```bash +> rm /opt/familienarchiv/infra/observability/ +> ``` + Current services: | Service | Image | Purpose |