Dispatcharr/docker/init
None 9e720f4fc7 fix: handle chown failures gracefully on external mounts
DATA_DIRS chown failures (NFS, SMB/CIFS, FUSE) crashed the container under set -e. The old image never chowned these directories, so users with external mounts had a working setup that broke on upgrade with zero config changes.

- Collect mkdir and chown failures per-directory instead of crashing
- Emit a single consolidated warning listing all affected directories with current ownership and remediation steps
- Container continues to start; Django reports at runtime if it cannot write to a specific directory
- Local volumes are unaffected: chown still runs and succeeds silently
2026-03-17 18:27:19 -05:00
..
01-user-setup.sh replace migration port and correct variable quoting for guarding 2026-03-12 20:25:54 -05:00
02-postgres.sh Bug Fix: Fix postgres lock file permissions before starting and upgrading Postgres. 2026-03-13 14:59:46 -05:00
03-init-dispatcharr.sh fix: handle chown failures gracefully on external mounts 2026-03-17 18:27:19 -05:00
04-check-hwaccel.sh replace migration port and correct variable quoting for guarding 2026-03-12 20:25:54 -05:00
99-init-dev.sh Refactor for uv transition. 2026-01-30 12:12:42 -06:00