🐛 Bug Fixes
Statistics
- Fix disk statistics showing incorrect totals when instances share storage (storage group deduplication now works across services)
- Add
combinedDiskAPI field for accurate cross-service disk usage totals
TRaSH Guides
- Fix "column errors does not exist" error in deployment history (#13)
- Add missing database columns for deployment history:
errors,warnings,canRollback,rolledBack,rolledBackAt,rolledBackBy,deploymentNotes,templateSnapshot
🏗️ Infrastructure
Database Migrations
- Add
storageGroupIdcolumn to ServiceInstance for storage group tracking - Add missing columns to
template_deployment_historytable - Add missing
userIdindex for deployment history queries
📦 Upgrade Notes
This is a non-breaking release. Simply pull the latest image:
docker-compose pull
docker-compose up -dDatabase migrations will run automatically on startup. If you encounter any issues with migrations, you can resolve them manually:
# If migrations fail due to existing columns (e.g., from db:push)
docker exec arr-dashboard npx prisma migrate resolve --applied 20251216000000_add_storage_group_id
docker exec arr-dashboard npx prisma migrate resolve --applied 20251216100000_add_deployment_history_columnsFull Changelog: v2.6.0...v2.6.1