mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-19 01:25: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 |
||
|---|---|---|
| .. | ||
| init | ||
| build-dev.sh | ||
| comskip.ini | ||
| DispatcharrBase | ||
| docker-compose.aio.yml | ||
| docker-compose.debug.yml | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.aio.sh | ||
| entrypoint.celery.sh | ||
| entrypoint.sh | ||
| nginx.conf | ||
| uwsgi.debug.ini | ||
| uwsgi.dev.ini | ||
| uwsgi.ini | ||
| uwsgi.modular.ini | ||