v.24.9Improvement
CLICKHOUSE_PASSWORD Escaping for XML in ClickHouse Image Entry Point
CLICKHOUSE_PASSWORD is correctly escaped for XML in clickhouse image's entrypoint. #69301 (aohoyd).
Why it matters
This feature ensures that special characters in theCLICKHOUSE_PASSWORD environment variable do not cause XML parsing errors, improving security and reliability when configuring the ClickHouse server via Docker environment variables.How to use it
When setting theCLICKHOUSE_PASSWORD environment variable in the ClickHouse Docker container, users do not need to manually escape special XML characters as this is handled automatically by the entrypoint script.