Skip to content

v2.6.2 - Docker Health Check Fix & Connection Tester Improvements

Choose a tag to compare

@Kha-kis Kha-kis released this 17 Dec 13:53
· 522 commits to main since this release

馃悰 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