Download Latest Version Release v0.22.1 source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of Dispatcharr

Home / v0.21.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-18 1.4 kB
Release v0.21.1 source code.tar.gz 2026-03-18 3.0 MB
Release v0.21.1 source code.zip 2026-03-18 3.4 MB
Totals: 3 Items   6.4 MB 0

šŸ› Bug Fixes

Docker / Container

  • Docker container initialization fixes for PUID/PGID handling — Thanks @CodeBormen:
  • Missing /data/backups directory: Backups were failing on existing installations because /data/backups was missing from the init script's ownership migration list, causing it to be skipped and left with incorrect permissions.
  • Crash on upgrade with external mounts: When data directories are hosted on NFS, SMB/CIFS, or FUSE mounts, a chown failure would abort container startup entirely under set -e, breaking setups that worked fine on the previous image with no configuration changes. The init script now tolerates these failures gracefully — affected directories are collected and reported in a single consolidated warning with remediation steps, and the container continues to start normally.
  • Upgrading users running as UID 102: The PUID/PGID auto-detect introduced in v0.21.0 read ownership from /data/db, which held UID 102 (the internal PostgreSQL system user) in pre-v0.21.0 images. This caused host-side file access (SSH, WinSCP, etc.) to break, existing data files to become unwritable, and comskip to fail on recordings created before the upgrade. PUID/PGID now default to 1000 — matching the UID Django ran as in all previous releases — when not explicitly set.
Source: README.md, updated 2026-03-18