mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
Implements automatic version validation for external databases in modular mode to ensure compatibility. Changes: - Added check_external_postgres_version() in 02-postgres.sh - Integrated version check in entrypoint.sh after database connection - Enforces minimum PostgreSQL version matching DispatcharrBase - Allows newer versions with forward compatibility notice - Rejects older versions with clear upgrade instructions The version requirement automatically scales when DispatcharrBase is updated, requiring no manual maintenance. Only applies to modular deployments using external databases; AIO deployments are unaffected. Tested and verified correct behavior with PostgreSQL v17, v18, and v16 |
||
|---|---|---|
| .. | ||
| 01-user-setup.sh | ||
| 02-postgres.sh | ||
| 03-init-dispatcharr.sh | ||
| 04-check-hwaccel.sh | ||
| 99-init-dev.sh | ||