Self-hosted Trigger.dev environments crashed on startup when connecting to ClickHouse. The system's Docker entrypoint automatically injects a secure parameter into the database URL, which the ClickHouse query client rejected as an unknown parameter.
The query client initialization now strips this parameter before establishing the connection, matching the behavior of the system's other database clients. Docker deployments boot successfully without requiring manual overrides of the database connection strings.