What's Fixed
This patch release fixes critical issues that prevented the Docker container from starting properly.
Bug Fixes
- Add missing TRaSH Guides database migration - The TRaSH Guides feature tables were defined in the schema but missing the migration file, causing database errors on startup
- Fix CRLF line endings in startup script - Windows-style line endings in
start-combined.shbroke the container on Alpine Linux
New Database Tables
This release adds the following tables for the TRaSH Guides integration:
trash_cache- Cache storage for TRaSH Guides datatrash_templates- User-created configuration templatestrash_sync_history- Sync operation audit logtrash_backups- Backup snapshots before sync operationstrash_sync_schedules- Scheduled sync configurationtrash_settings- User preferences for TRaSH Guidestemplate_quality_profile_mappings- Template to quality profile mappingsinstance_quality_profile_overrides- Instance-level score overridestemplate_deployment_history- Deployment audit trail
Docker
docker pull khak1s/arr-dashboard:2.4.1
# or
docker pull khak1s/arr-dashboard:latest