github Kha-kis/arr-dashboard v2.6.2
v2.6.2 - Docker Health Check Fix & Connection Tester Improvements

latest releases: v2.24.1, v2.24.0, v2.23.0...
8 months ago

🐛 Bug Fixes

  • Docker
    • Fix health check failing due to root path redirect (was checking / which returns 307, now uses /auth/setup-required which returns 200)
    • Fix Prisma migration lock error (P3019) when switching from SQLite to PostgreSQL (#12)
    • Fix empty DATABASE_URL causing Prisma validation error on Unraid (#19)

🔧 Improvements

  • Connection Testing
    • Simplify connection tester to use single /api/vX/system/status endpoint consistently across all services
    • Add specific error messages for common HTTP status codes (401, 403, 404, 5xx)
    • Better messaging for reverse proxy authentication issues

📦 Upgrade Notes

This is a non-breaking release. Simply pull the latest image:

docker-compose pull
docker-compose up -d

Full Changelog: v2.6.1...v2.6.2

Don't miss a new arr-dashboard release

NewReleases is sending notifications on new releases.