v.23.8Improvement
Use Consistent Default Paths for ClickHouse Keeper Symlink and Executable
Use the same default paths forclickhouse-keeper(symlink) as forclickhouse-keeper(executable). #52861 (Vitaly Baranov).
Why it matters
This change ensures consistency in the default file system paths used byclickhouse-keeper, regardless of whether it is run via the symlink or directly as an executable. It simplifies management by avoiding path discrepancies and potential configuration errors.How to use it
Users do not need to take any specific action. By using either theclickhouse-keeper symlink or executable, the same default paths for configuration and data will be applied automatically.