Skip to content

v2.4.1 - TRaSH Guides Database Migration Fix

Choose a tag to compare

@Kha-kis Kha-kis released this 05 Dec 15:18
· 593 commits to main since this release

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