github Kha-kis/arr-dashboard v2.4.1
v2.4.1 - TRaSH Guides Database Migration Fix

latest releases: v2.23.0, v2.22.0, v3.0.0-beta.1...
8 months ago

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.sh broke 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 data
  • trash_templates - User-created configuration templates
  • trash_sync_history - Sync operation audit log
  • trash_backups - Backup snapshots before sync operations
  • trash_sync_schedules - Scheduled sync configuration
  • trash_settings - User preferences for TRaSH Guides
  • template_quality_profile_mappings - Template to quality profile mappings
  • instance_quality_profile_overrides - Instance-level score overrides
  • template_deployment_history - Deployment audit trail

Docker

docker pull khak1s/arr-dashboard:2.4.1
# or
docker pull khak1s/arr-dashboard:latest

Full Changelog

v2.4.0...v2.4.1

Don't miss a new arr-dashboard release

NewReleases is sending notifications on new releases.