v.25.10Improvement

Allow clickhouse-local

Allow clickhouse-local to start from the clickhouse-server directory. In previous versions, it produced an error Cannot parse UUID: . Now you can start clickhouse-local and manipulate the server's databases without starting the server. #88383 (Alexey Milovidov).
Allows clickhouse-local to be started from the clickhouse-server directory without errors, enabling local manipulation of server databases without running the server.

Why it matters

Previously, starting clickhouse-local from the clickhouse-server directory caused a "Cannot parse UUID" error. This feature resolves that issue, allowing users to work with server databases locally without needing the server to be active, improving flexibility and convenience.

How to use it

Simply start clickhouse-local from the clickhouse-server directory as usual. The error will no longer occur, and you can perform operations on server databases locally without starting the server.