v.24.9New Feature

Added cp/mv Commands for Keeper Client Application

Added cp/mv commands for the keeper client command line application which atomically copies/moves node. #69034 (Mikhail Artemenko).
Added cp and mv commands to the ClickHouse Keeper client CLI for atomic copying and moving of nodes.

Why it matters

This feature allows users to atomically copy or move nodes within the Keeper service, simplifying ZooKeeper-like node management tasks and ensuring consistency during these operations.

How to use it

Use the Keeper client command line application with the new cp command to copy a node atomically, or the mv command to move a node atomically, by specifying source and destination paths.